Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wciesialka/snakegame
Simple Snake game written in Python.
https://github.com/wciesialka/snakegame
game python snake-game terminal-game
Last synced: about 10 hours ago
JSON representation
Simple Snake game written in Python.
- Host: GitHub
- URL: https://github.com/wciesialka/snakegame
- Owner: wciesialka
- License: gpl-3.0
- Created: 2021-10-30T16:56:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T02:06:30.000Z (over 1 year ago)
- Last Synced: 2023-07-02T03:21:11.036Z (over 1 year ago)
- Topics: game, python, snake-game, terminal-game
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snakegame
Simple OOP Snake game written in Python.## Usage
This project was made mostly for the OOP design, however, there is a driver.
This driver can be run using Python 3.8.10. There are no secondary requirements (see [requirements.txt](requirements.txt)).
However, it does depend on an ANSI-compliant terminal.Running is as simple as `python3 main.py` or `./main.py`.
## Contributing
Contributions are welcome!## Author
- Willow Ciesialka## License
This project is licensed under the GNU GENERAL PUBLIC LICENSE VERSION 3. See [LICENSE](LICENSE) for details.