Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cogsandsquigs/hematite
- Owner: cogsandsquigs
- License: mit
- Created: 2023-01-15T16:10:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T04:05:17.000Z (about 1 year ago)
- Last Synced: 2023-11-08T08:41:45.672Z (about 1 year ago)
- Language: Rust
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?