Asteroids is an arcade space shooter released by Atari, Inc. This game object is to shoot and destroy asteroids and saucers while not colliding with either or being hit by the saucers's counter-fire. This project doesn't have all these functions implemented yet.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need install FreeGLUT, which is a free-software/open-source alternative to the OpenGL Utility Toolkit (GLUT) library. This library takes care of all the system-specific chores required for creating windows, initializing OpenGL contexts, and anthers functionalities.
sudo apt-get install freeglut3-dev
To compile and run this code, you need to execute the fallowing lines:
make
./Build/Asteroids
- Visual Studio Code - Used for code editting.
- Leoberto Soares- leossoaress
This project is licensed under the MIT License - see the LICENSE.md file for details