This project should be replication of Asteroids arcade game made on SFML library.
- Split game into states and different app layers
- Menu and Final Score states
- Highscore Table (JSON)
- Sounds
ID | Name of Layer |
---|---|
0 | Player |
1 | Projectile |
2 | Asteroid |
3 | UFO |