A downloadable game for Windows

A generic snake game made with PyGame Zero. Arrow keys to move the snake, and in 2-player mode, use WASD to move the second player. Can open .snek files as levels. The level editor is text-based. Also includes some example levels to show how it works.

The level editor is a work in progress, and will be finished later.

(Maybe I will keep updating after...)

Made in a 4-H coding class.

Download

Download
SnekGame v0.1 (snekgame.zip) 219 kB

Install instructions

This game REQUIRES a WORKING installation of python, preferably python 3.9. Other versions of python are not tested and thus might break. Any file that ends with .pyw will open a UI, menu.py opens the main menu. Levelgen.py will randomly generate a new level to be played in clevel.py. 

Also requires the modules Pygame, Pygame Zero, and easygui to be installed to work correctly. Install them using the pip tool.

Development log

Leave a comment

Log in with itch.io to leave a comment.