A battlesnake written in Julia. Uses alpha-beta search combined with iterative deepening. Leaf nodes are evaluated by a floodfill algorithm.
Arena mode is heuristic based.
Start server to host API:
$ julia src/server.jl
Note: Thanks to JIT compilation, solide schlange needs some warmup games ;)