Skip to content

A simple snake game made with python and pygame

Notifications You must be signed in to change notification settings

karim-xyz/p-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p-snake

A simple snake game that I made with python and pygame, style inspired by pico-8 (font, palette...)

screenshotscreenshot

setup

  • 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.py

controls

Arrow 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.

About

A simple snake game made with python and pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages