FusionSnake is a Battlesnake written in Rust. It is a simple snake that tries to avoid walls and other snakes, and tries to eat food.
Feel free to use this snake as a starting point for your own snake, or to fork it and make it your own!
- Clone the repository
- Run the snake with
cargo run
BattleSnake is a multiplayer programming game played on a grid. Your snake is controlled by a REST API, and you program it to move around the grid and collect food. As your snake finds and eats food, it grows. The last snake slithering wins.
For more information, check out play.battlesnake.com.
This project is based on the starter-snake-rust by @BattlesnakeOfficial.