Add content for game-mathematics (#7307)
* Update game-mathematics, add one of the most best free books for learning game math Multiple mathematics books specifically target game math but this is one of the best yet free. * fix: resource formatting --------- Co-authored-by: Arik Chakma <arikchangma@gmail.com>pull/7404/head
parent
6de4a36dd4
commit
29d3b26fe4
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# Game Mathematics |
||||
|
||||
"Game Mathematics" is a critical aspect of game development that deals with the use of mathematical concepts to create and control game mechanics. This involves areas such as geometry for 3D modelling, logic for game rules, algebra for scoring systems, and trigonometry for movements or trajectories. Understanding game mathematics enables developers to implement features like physics simulation, AI behaviours, and procedural generation. Advanced topics include complex calculations for graphics (e.g., shaders, lighting) and calculus for continuous animation or advanced physics. The mathematical complexity depends on the game's demands, but a solid foundation is crucial for any game developer. |
||||
|
||||
Learn more from the following resources: |
||||
|
||||
- [@article@Game Math](https://gamemath.com/book/intro.html) |
||||
|
Loading…
Reference in new issue