Pong is one of the simplest games to make, focusing on the fundamental game development concepts:
Pong is one of the simplest games to make, focusing on the fundamental game development concepts:
- Collision detection
- Simple physics (bouncing)
- Player input (keyboard or mouse)
- Simple UI (score display)