Example implimentation of the classic retro game Asteroids
Written in cpp using OpenGL and GLFW.
Intended to be a easy intro into cpp game development.
- Vector style graphics
- Accurate collision detection
- Custom vector font
- Title screen
- Asteroids
- Simple score
*** Tested on linux. ***
# Install deps: glfw3 + opengl
sudo apt install libglfw3 libglfw3-dev libopengl-dev
make
Feature requests, Bug reports and PR welcome.
- Game over
- Lives
- Better key press handling
- Particle effects
- Sound effects
- Flying Saucers
- Levels
- High scores
- Pause
- FPS counter