Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 950 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 950 Bytes

Project details

Branch main used for final submissions

Branch lecture is synced to the lecture repository for battlecode

sync.bat is used to sync with the lecture repository

Battlecode 2025 Scaffold

This is the Battlecode 2025 scaffold, containing starter code and useful scripts for running and compiling your bot.

We are using a rewritten version of the client this year, so please let teh devs know if you encounter any issues or have any feedback!

Project Structure

  • java/ Scaffold for the Java engine. If Java is your preferred language, please use this subdirectory and follow the README file included there.
  • python/ Scaffold for the Python engine. If Python is your preferred language, please use this subdirectory and follow the README file included there.

Keep in mind, Python is EXPERIMENTAL, and not eligible to participate against other java bots. Please see the website for more details.