Dualz on a moon
About
On a distant moon, two tanks are fighting to decide who will be able to use the last resources.
Inspired by old dueling arcade game, Dualz (on the moon) invite two players to play against each other. The game do not include network multiplayer, only local. It requires also java to be executed.
Game modes :- Two local player mode
- Player vs IA, is also included if you really could not play with a friend.
- Two local rumble player mode, three powers could change the game !
The game have multiple argument which can help players playing like they want. Reminder : The game requires java 8 minimum.
The basic lauching command is "java -jar dualz.jar". It will lauch the game in fullscreen mode, 1920 x 1080, 60 fps, and volume at 1.
You can change these arguments via option :
- --framerate | -r to change the framerate : -r 144
- --fullscreen | -f to change the fullscreen mode : -f false
- --geometry | -g to change the size of the window : -g 1280x720
- --volume | -v to change the global volume : -v 0.5
- java -jar dualz.jar
- java -jar dualz.jar -r 144 -v 0.5
- java -jar dualz.jar -r 30 -f false -g 1280x720
- a, d to change the horizontal path of the tank.
- w, s to move freely verticaly.
- f to set your tank ready to fight
- space to fire
- f to activate your power on rumble mode
- a, d, w, d, space to control the menu
- ←, → to change the horizontal path of the tank
- ↑, ↓ to move freely verticaly
- j to set your tank ready to fight
- enter to fire
- j to activate your power on rumble mode
- ←, →, ↑, ↓, enter to control the menu
https://twitter.com/Mighty_Code