Skip to content

rhotertj/solide-schlange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solide Schlange

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 ;)

About

Battlesnake-Bot w/ alpha-beta search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages