A simple snake game that I made with python and pygame, style inspired by pico-8 (font, palette...)
- clone the repo
git clone https://github.com/karim-xyz/p-snake- install dependencies
pip3 install pygame-ce- run with python
cd p-snake
python3 main.pyArrow keys: move snake
Space bar: pause game
F: fullscreen
Esc: exit
This is a learning project and it got me into game dev :)
If you have noticed bugs or have suggestions, tips or whatever please open an issue or contact me.

