Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieczorek1990/pysnake
Snake game
https://github.com/wieczorek1990/pysnake
Last synced: 5 days ago
JSON representation
Snake game
- Host: GitHub
- URL: https://github.com/wieczorek1990/pysnake
- Owner: wieczorek1990
- Created: 2019-02-01T17:05:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T14:26:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-24T15:16:23.155Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
snake
#####Snake game inspired by Nokia software.
Requirements:
```
sudo apt-get install libncurses5-dev libncursesw5-dev python-dev ruby-dev python3-pip
sudo pip3 install pygame
sudo gem install curses
``````
make
sudo make install
snake
sudo make uninstall
```or
```
python3 snake.py
```or
```
ruby snake.rb
```