/OOTanks

Ed Uni group project

Primary LanguageJava

OOTanks

UoE group project OOTanks

The team:

Martynas Melninkas, Lewis Barker and Manas Bajaj

Controls:

Player 1:
w,s -> accelerate, break
a,d -> turn left, turn right
q,e -> switch between weapons
space -> shoot

Player 2:
numpad 8, numpad 5 -> accelerate, break
numpad 4, numpad 6 -> turn left, turn right
numpad 7, numpad 9 -> switch between weapons
numpad 0 -> shoot

HAVE FUN PLAYING!

How to run the project

Windows:

  • Open OOTanks.jar file in the binaries folder (bin)

Linux: $ java -jar bin/OOTanks.jar

How to compile the project from the source:

Windows:

  • Compile all .java files of the project:

    javac -g -d debug OOTanks.java

  • Run the OOTanks class with command:

    java -cp debug OOTanks

Linux:

$ make
$ java -cp debug OOTanks

Creative Commons Licence
OOTanks is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.