diff --git a/src/data/roadmaps/game-developer/content/game-mathematics@m1wX27XBWKXZcTMH2U1xp.md b/src/data/roadmaps/game-developer/content/game-mathematics@m1wX27XBWKXZcTMH2U1xp.md index 1931f95a5..34a916b23 100644 --- a/src/data/roadmaps/game-developer/content/game-mathematics@m1wX27XBWKXZcTMH2U1xp.md +++ b/src/data/roadmaps/game-developer/content/game-mathematics@m1wX27XBWKXZcTMH2U1xp.md @@ -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. \ No newline at end of file +"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)