https://github.com/ryanfleck/cpp-snek
Simple BattleSnake
https://github.com/ryanfleck/cpp-snek
battlesnake cpp
Last synced: 25 days ago
JSON representation
Simple BattleSnake
- Host: GitHub
- URL: https://github.com/ryanfleck/cpp-snek
- Owner: RyanFleck
- Created: 2021-01-27T03:43:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T19:07:33.000Z (about 4 years ago)
- Last Synced: 2025-02-02T08:25:43.701Z (3 months ago)
- Topics: battlesnake, cpp
- Language: C++
- Homepage: https://play.battlesnake.com/u/ryanfleck/solid-snek/
- Size: 3.47 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPP Snek "Solid Snek"
In-progress snake.
Weights each cell on the map and moves towards the cell with the highest possible number.

