good.mov
Simple implementation of the arcade game snake using pygame. The goal of the game is to collect the apples without colliding with the body or the walls Implementation can be improved with obstacles. I made this back in high school.
python3 -m pip install -U pygame --user