This fork is not updated anymore. See https://github.com/kaesaecracker/cccb-tanks-cs for my current version.
A tank game for the CCCB Airport Display.
By Felix and Stephen.
Build an image using podman: make container-image
Run it locally (you will need node+npm):
make restore
to download dependenciesmake start
to start the server
- Make the tank slower when you shoot (Denis)
- Stable Sort the Scoreboard so that the first person getting the high score stays on top until someone scores higher
- Only allow firing while not moving (vinzenz)
- limited fire rate (vinzenz)
- press R to respawn (vinzenz)
- external display emulator, the one written for Java 1.6 seems to be lost (vinzenz)
- destructible walls (shoot each led individually)
- collectible power ups
- dual screen gameplay (player-specific info on own screen)