bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 107 forks source link

Snake plugin for wordclock #150

Closed bernhardweyrauch closed 3 years ago

bernhardweyrauch commented 4 years ago

Hi Bernd, as discussed via email, I'm happy to share the snake plugin for the wordclock. To get it running, copy it to plugin folder in folder "snake". And change the hardcoded pixel numbers in "updatePoints" method in the plugin.py file to your individual layout. I was lazy to do it via config snake.zip

bk1285 commented 4 years ago

Hi @bernhardweyrauch, thanks for sharing! 👍 I'll have a look at it and integrate it asap!

Best, Bernd

HeerNMeester commented 4 years ago

Nice! I was planning to adapt a Snake game as well.

bk1285 commented 4 years ago

Hi @bernhardweyrauch,

just added your code to the repo on a new feature branch. I keep it there, until the plugin runs smoothly (I currently have some minor issues, making it work...)