A classic game of Snake!

When teaching at The University of Bristol, I decided to teach my students Python in a fun and creative way.

I built this version of Snake and deconstructed it into mini-tasks so the students could build it themselves.

If you wish to give it a go, you can find the files here!

Worksheet of how to build snake using PythonExample code of Snake built using Python