|
1 year ago | |
---|---|---|
pysnake | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 1 year ago | |
my_snake.py | 6 years ago |
This is an snake game example to teach programming. It has been coded to be a good previous step before teaching Processing programming language as well as object oriented paradigm. The student must complete the my_snake.py code file.
You will find the complete game into the branch “solution”.
$ sudo apt-get install python-pygame
$ python game.py