Making a Snake Game Where You’re the Food in Python

I made a snake game in Python that works in the terminal... but this time, you’re the food! lol You can check out the game and the code here: You can find my implementation of the regular snake game here: You can check out @LorenzoCampos’s original snake game that inspired my idea here:
Back to Top