Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 923 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 923 Bytes

Battlecode 2025 Lecture Player

This is the repo containing lecture code for Battlecode 2025. It is exactly the same as the scaffold with the addition of lectureplayer.

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.