In a directory of your choice run git clone https://github.com/aehmttw/tanks.git
Open the Tanks directory created by the clone command in InteliJ
Make sure the Run Action is selected and hit the play button.
A Build Action is also available in the menu.
Within the Tanks directory created by the clone command run one of the following commands:
Build: ./gradlew clean build
Run: ./gradlew clean build run