Skip to content

joaoamcarvalho/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game in your Terminal with Python3

This is a simple version of the traditional snake game written in python3, using the curses library.

snake game clip


Setup

git clone https://github.com/jacarvalho/snake
cd snake
python3 setup.py install

Play

Run
python3 snake
Instructions
- Move the snake with the ARROW keys
- Collect the 'food', indicated by 'X'
- The game ends if the snake hits itself or the wall
- To quit the game earlier press 'q'

Test and checkstyle

make

About

Snake game in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published