Asteroids Progress
- Philip Apple
- Aug 28, 2024
- 1 min read
cout<< "Hello WORLD";
Asteroids is game originally released 1979 for the Atari and PC. This project aims to recreate this classic retro game.
What Did I Do this week?
This week I implemented a pause menu as well as a main menu.
What challenges I came Up with
Trying to implemented the pause menu logic. I couldn't quite figure out the way to do how I originally implemented the system.
How did I solve them
Working with vives we implemented this system by using event handlers to call on custom events in the code.



Gameplay
what game am I working on + what progress in general did I do on the project this week My personal project is still being work on meanwhile and isn't quiet ready to be shown.
what are goals for next week
To show case my personal project
Comments