Asteroids is my C++ implementation of the famous arcade game created by Atari in the 70's. The game allows the player to avoid being hit by asteroids while trying to shoot and break them into smaller pieces until they're gone.
This is an Android project developed on Android Studio and uses a library called basics developed by one of my college professors (https://bitbucket.org/angel-esne/basics).
- Asteroids full game implementation with infinite gameplay
- Menu System including:
- Main menu
- Instructions menu
- Pause menu
Before you begin, ensure you have:
- Android Studio: Required to compile the project.
- An Android device: Required to test the project and play the game.
This project is licensed under the MIT License.
Asteroids is an open-source project developed by Javier Iregui, 2022.