https://github.com/tech-chad/rsnake
https://github.com/tech-chad/rsnake
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tech-chad/rsnake
- Owner: tech-chad
- License: mit
- Created: 2022-08-09T04:35:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T04:35:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T19:44:54.720Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsnake
## Random Snake
Random moving snake across the terminal using python and curses.
Snake randomly moving around the screen growing to a set length. Can change the speed,
body color and head color.
### Commands
- **Q** or **q** to quit.
- **c** Change color of the snake body (Red, Green, Blue, Yellow, Cyan, Magenta, White, Black)
- **C** Set the color of the snake body to a random color.
- **l** Change color of the snake head (Red, Green, Blue, Yellow, Cyan, Magenta, White, Black)
- **L** Set the color of the snake head to a random color.
- **d** Reset settings to default.
- **0 1 2 3 4 5 6 7 8 9** Change the speed of the snake 0-Fast, 5-Default and 9-Slow.