Skip to content

Commit 2a9d079

Browse files
committed
readme
1 parent 7b8d48e commit 2a9d079

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Battlecode 2020 Scaffold
1+
# Battlecode 2021 Scaffold
22

3-
This is the Battlecode 2020 scaffold, containing an `examplefuncsplayer`. Read https://2020.battlecode.org/getting-started!
3+
This is the Battlecode 2021 scaffold, containing an `examplefuncsplayer`. Read https://2021.battlecode.org/getting-started!
44

55
### Project Structure
66

@@ -13,7 +13,7 @@ This is the Battlecode 2020 scaffold, containing an `examplefuncsplayer`. Read h
1313
- `test/`
1414
Player test code.
1515
- `client/`
16-
Contains the client.
16+
Contains the client. The proper executable can be found in this folder (don't move this!)
1717
- `build/`
1818
Contains compiled player code and other artifacts of the build process. Can be safely ignored.
1919
- `matches/`
@@ -25,3 +25,11 @@ This is the Battlecode 2020 scaffold, containing an `examplefuncsplayer`. Read h
2525
- `gradle/`
2626
Contains files used by the Gradle wrapper scripts. Can be safely ignored.
2727

28+
29+
### Useful Commands
30+
31+
- `./gradlew run`
32+
Runs a game with the settings in gradle.properties
33+
- `./gradlew update`
34+
Update to the newest version! Run every so often
35+

0 commit comments

Comments
 (0)