patrickloeber / python-fun

Some fun and useful projects with Python
MIT License
737 stars 561 forks source link

Develop #3

Closed ChrisIdema closed 3 years ago

ChrisIdema commented 3 years ago

removed magic numbers and changed initial positions of snake and food to allow smaller widths and heights

ChrisIdema commented 3 years ago

Perhaps you might be interested in my new branch https://github.com/ChrisIdema/python-fun/tree/wide_mode . I've added some interesting features:

Might be too much bloat for such a simple project so I didn't create a pull request, but for me it is definitely more playable this way. By replacing the curses functions I was able to get it to run on micropython with a led matrix display too.