jlmayfield / battlecode2020-comp240-sp21

Main repository for the Battlecode 2020 project from COMP240 in spring 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battlecode 2020 Scaffold

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

Project Structure

  • README.md This file.
  • build.gradle The 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.bat The 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.

About

Main repository for the Battlecode 2020 project from COMP240 in spring 2021.

License:GNU Affero General Public License v3.0


Languages

Language:Java 92.4%Language:Scala 7.6%