Tanknite is a game I made with 5 other people as the end product of my second year team project outlined here.
Tanknite is very loosely based on, Tank Trouble but diverged during development.
The game follows a battle royal style with an initial free for all game mode implemented. Single and multiplayer modes are available allowing you to battle it out with both AI and other players.
A more immersive experience has been developed through offerings of:
- Persistent users with statistic tracking
- Player hosted multiplayer
- LAN server discovery for multiplayer
- Localised in-game audio
- Competitive AI
- Both 2D and isometric rendering (experimental cross play between the two)
- download your preferred archive format and extract
- launch the game through the system appropriate executable in the bin directory
- clone/download the repository
- ensure
gradlew
is executable- e.g
chmod +x ./gradlew
- e.g
- run
- build release:
./gradlew build
- navigate to
client/build/distributions
and follow steps for 'from release'
play
task:./gradlew play
- build release: