Skip to content

krwg/Pythonium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Pythonium (Snake on Python)

The pyrpose:

Make a copy of game "Snake" on Python with lib Pygame

Languages:

  • Python 3.12

Libraries:

  • Pygame

System requirements:

  • Linux | Mac OS | Windows

Quick setup

  1. Clone project
  2. Upgrate pip: pip install --upgrade pip
  3. Install library Pygame pip install -r requirements.txt
  4. Run file pythonium.py