https://github.com/lrwx00t/rustysnake
WIP - snake game written in rust and ncurse
https://github.com/lrwx00t/rustysnake
cli rust snake snake-game terminal
Last synced: about 2 months ago
JSON representation
WIP - snake game written in rust and ncurse
- Host: GitHub
- URL: https://github.com/lrwx00t/rustysnake
- Owner: lrwx00t
- License: mit
- Created: 2023-02-27T01:41:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T03:45:41.000Z (over 3 years ago)
- Last Synced: 2025-10-12T13:32:10.834Z (9 months ago)
- Topics: cli, rust, snake, snake-game, terminal
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RustySnake
WIP - snake game written in rust and ncurse
Still in a very early stage of development, currently you can:
* move the snake with the arrow keys in all directions
* snake can continue traveling to the opposite side as soon as they hit the edge. I don't like ending the game when the snake hits the wall/edge.
* snake can go back in reverse direction
* speed increases if moving in the same direction
* `pause` is supported and can be toggled usinf the `space` key to pause or resume the game