This game works best on a Linux operating system. You will need to install OpenGL and all dependencies. This game has been tested on Ubuntu 18.04
In terminal run the following commands:
sudo apt-get update
OpenGL: sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
OpenAL: sudo apt-get install libopenal1 libopenal-dev
ALUT: sudo apt-get install libalut0 libalut-dev
Using terminal you will need to navigate to the spaceshooter folder.
once there you can run the following command to compile: make
To run the game use the command: ./mod
This game was made possible with the help of:
- Daniel Josep
- Enrique Tapia
- Frankie Sanchez
- Jennipher Andres Tacza
- Jose Figueroa

