Skip to content

Commit

Permalink
Update README.md (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostlypi authored Jan 23, 2025
1 parent 56ec05f commit 5fd857b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ To develop the game we suggest using Eclipse or IntelliJ. Eclipse can be install

To access the source code you also need to install Git.<br>

### Gradle Build (Recommended)
It is recommended you use gradle to build Tanks using the following commands:

#### Windows
```powershell
./gradlew.bat clean build
```

#### Unix (OSX, Linux, etc.)
```bash
./gradlew clean build
```

### IDE Build
You will need to add the following libraries to the build path of the project: <br>
PNGDecoder by Matthias Mann in TWL<br>
Netty<br>
Expand Down Expand Up @@ -80,6 +94,7 @@ Pythonmcpi<br>
Cool TM<br>
QazCetelic<br>
Lancelot<br>
Parth Iyer (ghostlypi)<br>

### Supporters:
SapphireDrew<br>
Expand Down

0 comments on commit 5fd857b

Please sign in to comment.