File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- # Battlecode 2020 Scaffold
1
+ # Battlecode 2021 Scaffold
2
2
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 !
4
4
5
5
### Project Structure
6
6
@@ -13,7 +13,7 @@ This is the Battlecode 2020 scaffold, containing an `examplefuncsplayer`. Read h
13
13
- ` test/ `
14
14
Player test code.
15
15
- ` client/ `
16
- Contains the client.
16
+ Contains the client. The proper executable can be found in this folder (don't move this!)
17
17
- ` build/ `
18
18
Contains compiled player code and other artifacts of the build process. Can be safely ignored.
19
19
- ` matches/ `
@@ -25,3 +25,11 @@ This is the Battlecode 2020 scaffold, containing an `examplefuncsplayer`. Read h
25
25
- ` gradle/ `
26
26
Contains files used by the Gradle wrapper scripts. Can be safely ignored.
27
27
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
+
You can’t perform that action at this time.
0 commit comments