An Asteroids-inspired (1979 game, by Atari) game written in Java.
This game is developed by Omar Abdelkader, John Lian, Henry Lu, Charlie Marokhovsky, Nicolas Martin, and Andrew Penhale.
git clone https://github.com/winter2013-ecse321-mcgill/team3.git
cd team3/src
javac astr_pkg/MainMenu.java
java astr_pkg/MainMenu
It would be preferable to have javac -version
of 1.7.0 or above.
- W: accelerate
- A: turn left
- D: turn right
- Space: shoot
- Up: accelerate
- Left: turn left
- Right: turn right
- Space: shoot
- Up: accelerate
- Left: turn left
- Right: turn right
- Enter: shoot
- ESC: quit the game
- Currently, if the program is compiled outside of Eclipse (our chosen IDE), any resources (fonts, images, music) cannot be used by the game due to directory issues.
- If running on Linux, change the
LINUX
boolean inConstants.java
totrue
. If in a non-Linux OS, set it tofalse
.
Super Smasteroids requires the latest version of Java installed to compile and run successfully.