this repo contains the code made during a stream on my twitch chnnel it is a snake game with power-ups made in python that can be compiled into an executable to be shared
you can either run the python file directly or build the program to be an executable using the command:
cd build && python3 build.py
use the arrow keys to move, the 2 special apples allows you to
1 : cross yourself (blue apple)
2 : cross the walls (purple apple)