f9be68e34bb1ad2b9b56094b9916080e86203a72
Snake in rust using ncurses
The game is playable
run with
cargo run
Keybinds
hjkl or arrow keys for movement
esc or p to pause
Screenshot
Click the image for asciinema

Todo 🚧
- Add a way to change the snake speed
- Make a ui to switch the snake speed
- Interal implementation of the snake speed
- Implement Highscore System
- Make the ui
- Internal Implementation
Bugs 🐛
Snake going through the wallsFood spawning in the walls- Remove all the logging in the ui
- Pausing delayed if esc is pressed but not if p is pressed.
Maybe in the future
- Autoplay the game using a simple pathfinding algorithm (to show on r/unixporn of course 🤡)