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

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

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
------------- | -------------
[![asciicast](https://asciinema.org/a/190808.png)](https://asciinema.org/a/190808) | [![asciicast](https://asciinema.org/a/190811.png)](https://asciinema.org/a/190811)