Asteroids

This project should be replication of Asteroids arcade game made on SFML library.

Local Setup

VS

To Do List:

  1. Split game into states and different app layers
  2. Menu and Final Score states
  3. Highscore Table (JSON)
  4. Sounds

Code Doc

Layer Mask Table

ID Name of Layer
0 Player
1 Projectile
2 Asteroid
3 UFO