Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 805 Bytes

File metadata and controls

27 lines (18 loc) · 805 Bytes

Build Instructions

I Just want to play the game

Dependencies

Clone the Repo:

In a directory of your choice run git clone https://github.com/aehmttw/tanks.git

Building with InteliJ

Open the Tanks directory created by the clone command in InteliJ

Make sure the Run Action is selected and hit the play button.

Image Missing A Build Action is also available in the menu.

Building on MacOS/Linux/Windows

Within the Tanks directory created by the clone command run one of the following commands:

Build: ./gradlew clean build

Run: ./gradlew clean build run