Clone of the game Jets'n'Guns for up to 3 local player. The game features 6 different parameterized areas.
git clone [email protected]:danielroth1/JNG.git
cd JNG
Make sure to install java and basic rendering components (those should be already installed):
sudo apt install openjdk-8-jdk
sudo apt install x11-xserver-utils
sudo apt-get install libopenal-dev
and then either import the project in eclipse or:
./compile.sh
./run.sh
Make sure to have java installed and javaw and javac in the PATH:
set PATH=%PATH%;<path-to-javac.exe-javaw.exe>
and then either import the project in eclipse or:
compile.bat
run.bat
Fullscreen: F1
Other Controls: See Controls menu in-game
Play with different level sizes (smaller = more difficult).
The 6 parameterized areas always slightly different.
Multiplayer for up to 3 players playing at the same keyboard.