Skip to content

jbartelh/starter-snake-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

battlesnake-go

Battlesnake-AI written in Go.

Forked from battlesnakeio/starter-snake-go.

run

Switch to working directory and run:

go run .

If there are missing packages:

go get -t ./...

Task

  • Simple-AI (get some fruits and avoid to eat yourself or hit the wall)
  • Deploy & Battle: Dockerfile, Azure...
  • Add more Tests and add Code-Coverage
  • some more complex strategies (e.g. calculate future steps for "alternative move")
  • or use some ML stuff (e.g. NNs, Gen-Algo,...)

About

A simple Battlesnake AI written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%