/battle_snake

A hand-rolled Battlesnake-AI-Server written for the JVM.

Primary LanguageJavaMIT LicenseMIT

Battlesnake by bugabinga

A hand-rolled Battlesnake-AI-Server written for the JVM.

Some arbitrary constraints have been placed on this project in order to explore the JDK.

  • no external dependencies (besides a JDK)
  • no build system
  • use the module path
  • write unit tests and integration tests
  • write documentation
  • ignore Java conventions