This is the Battlecode 2020 scaffold, containing an examplefuncsplayer. Read:
- https://github.com/ronniesong0809/battlecode20-RADS/blob/refactor/src/team4player/README.md
- https://2020.battlecode.org/getting-started!
- Alexander Saber
- Daniel Connelly
- Ronnie Song
- Sukanya Kothapally
README.mdThis file.build.gradleThe Gradle build file used to build and run players.src/Player source code.test/Player test code.client/Contains the client.build/Contains compiled player code and other artifacts of the build process. Can be safely ignored.matches/The output folder for match files.maps/The default folder for custom maps.gradlew,gradlew.batThe Unix (OS X/Linux) and Windows versions, respectively, of the Gradle wrapper. These are nifty scripts that you can execute in a terminal to run the Gradle build tasks of this project. If you aren't planning to do command line development, these can be safely ignored.gradle/Contains files used by the Gradle wrapper scripts. Can be safely ignored.
- Battlecode specification: https://2020.battlecode.org/specs.htm://2020.battlecode.org/specs.html
- Battlecode Javadocs: https://2020.battlecode.org/javadoc/index.html
This program is licensed under the "MIT License". Please
see the file LICENSE in the source distribution of this
software for license terms.