PySnake Old school Snake game made with PyGame Adapted to Python from C++ from this video Setup $ python -m venv gameenv $ source gameenv/Scripts/activate $ pip install -r requirements.txt $ cd src $ python main.py