Skip to content

danielroth1/JNG

Repository files navigation

JNG

Clone of the game Jets'n'Guns for up to 3 local player. The game features 6 different parameterized areas.

Fetch Code

git clone [email protected]:danielroth1/JNG.git
cd JNG

Linux

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

Windows

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

Controls

Fullscreen: F1

Other Controls: See Controls menu in-game

Features

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.

About

Clone of the game Jets'n'Guns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages