Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cogsandsquigs/hematite

A BattleSnake built in Rust
https://github.com/cogsandsquigs/hematite

Last synced: about 1 month ago
JSON representation

A BattleSnake built in Rust

Awesome Lists containing this project

README

        

# Hematite

A Battlesnake written in Rust.

## TODO:

- [ ] Prefer larger areas over smaller areas when considering two different trapped spaces.
- [ ] Implement some kind of (effective) searching algorithm to find the next best move
- [ ] Use MCTS from a different crate? (instead of my own)?
- [ ] Use a different algorithm?