This is the repo containing lecture code for Battlecode 2025. It is exactly the same
as the scaffold with the addition of lectureplayer
.
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!
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.