Different type of snake game with Python.
You need to eat red 1/1 box for growing. Then next phase you can push 1/2 box between than its turn to 1/1 box.
Eatable 1/1 1/2 + 1/2 = 1/1 1/4 + 1/4 = 1/2 1/8 + 1/8 = 1/4 1/16 + 1/16 = 1/8
Game uses graphics.py library and played with WASD or Arrow keys.
