Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voilalex/curses-snake
https://github.com/voilalex/curses-snake
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voilalex/curses-snake
- Owner: VoIlAlex
- License: mit
- Created: 2020-04-02T12:45:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T17:52:44.000Z (over 4 years ago)
- Last Synced: 2024-11-07T21:51:54.453Z (2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Curses Snake
The snake console game written with curses.
## Installing
Enter in your terminal:
```bash
pip install curses-snake
```## Usage
Enter in your terminal:
```bash
curses-snake
```## License
[MIT](LICENSE.md)