Skip to content

Team EZ Money's BattleCode 2021 Repository. Designed and programmed an AI player in Java which strategically creates and controls a virtual robot army.

License

Notifications You must be signed in to change notification settings

VittalT/Battlecode2021-EZMoney

Repository files navigation

Battlecode 2021, Team EZ Money

Consists of an AI player in Java which strategically creates and controls a virtual robot army. The final code is located in src/final_usqualplayer3_subm.

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. The proper executable can be found in this folder (don't move this!)
  • 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.

Useful Commands

  • ./gradlew run Runs a game with the settings in gradle.properties
  • ./gradlew update Updates to the newest version (Run every so often)

About

Team EZ Money's BattleCode 2021 Repository. Designed and programmed an AI player in Java which strategically creates and controls a virtual robot army.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages