An open API service indexing awesome lists of open source software.

https://github.com/tech-chad/rsnake


https://github.com/tech-chad/rsnake

Last synced: over 1 year ago
JSON representation

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.