https://github.com/adityajn105/snakegame-python
A SnakeGame which I have made when I was getting bored. Written in python-3 with just 200 lines of code including comments, blankspaces, credits etc
https://github.com/adityajn105/snakegame-python
curses curses-ui python3 snake-game snakegame threading
Last synced: 23 days ago
JSON representation
A SnakeGame which I have made when I was getting bored. Written in python-3 with just 200 lines of code including comments, blankspaces, credits etc
- Host: GitHub
- URL: https://github.com/adityajn105/snakegame-python
- Owner: adityajn105
- Created: 2018-07-05T11:51:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T09:48:35.000Z (almost 8 years ago)
- Last Synced: 2025-03-05T13:52:42.784Z (over 1 year ago)
- Topics: curses, curses-ui, python3, snake-game, snakegame, threading
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# A Snake Game implemented in python3
## Required Libraries
1. curses
2. threading
3. time
4. random
5. sys
Snake Game | Built with Python
------------- | -------------
[](https://asciinema.org/a/190808) | [](https://asciinema.org/a/190811)