Part 3: Advanced Games Programming
This part is about advanced games programming techniques to give your game extra polish and realism.
We will discuss advanced graphical effects to make your game stand out, along with building different screens for your game. We also discuss how to make your enemies appear to be intelligent by chasing the player and navigating around obstacles.
This part contains the following chapters:
- Chapter 9, Implementing Advanced Graphics Effects
- Chapter 10, Making Intelligent Enemies with AI
- Chapter 11, Finishing the Game