Advanced topics
Unfortunately, for the last two topics, we only have time to give them an honorable mention. I included them because you are going to hear about these topics, and you need to know what these terms mean.
Game physics
Game physics are the rules that define how objects interact with other objects inside the game universe. For example, in SpaceRacer3D, the ship simply passes through the asteroids. However, there could be many other outcomes:
- The ship and asteroid could bounce off of each other (rebound)
- The ship could be sucked into the asteroid with the force increasing as the ship got closer (gravity)
- The asteroid could push against the ship the closer the ship got to it (reverse gravity)
Each of these effects would be programmed into the game. Each of these effects would also create a different kind of gameplay. An entire genre of games known as physics-based games simply define the laws of physics for a game universe and then let things interact to see what will happen.
AI
AI...