Main Content

Playing Snakes on Seeed Wio Terminal

With the help of ArduPy on Wio Terminal, you can create pixel games very easily using Python!

This project is inspired by the GamerGorl Project. This snake game is ported from microPython to ArduPy for Wio Terminal.

ArduPy Firmware
First thing first, in order to use ArduPy(Python), you will need to load the ArduPy firmware into Wio Terminal. Please visit the official ArduPy get startedhere.

Snake Game Code
Once you have flashed the ArduPy Firmware to Wio Terminal, you should be able to see an ARDUPY USB drive appear in your PC. Copy the following code and save it as main.py . Create a new file named snakehighscore and save it in the same location.”

Link to article