A Battlesnake written in Clojure.
See https://play.battlesnake.com/challenges/
Survive N turns on a 7x7 board.
- Survive 100: Done with iterative deepening depth-first search using the number of turns as a utility function (commit).
Run the web server:
nix develop --command clojure -M -m thewagner.cljssss.web
Start the game by running battlesnake engine locally:
nix run .#battlesnake -- play --name cljssss --url http://localhost:8080 --viewmap