Skip to content

majsterkovic/Przygody-Pana-Jezyka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr. Hedgehog Welcome to “Mr. Hedgehog’s adventures”

Technologies

  • Python 3.9
  • pygame
  • pygame-menu
  • auto-py-to-exe
  • Inno Setup 6.1.2

Code Examples

def draw(x, y, Img):
    screen.blit(Img, (x, y))

Setup with Python

Python 3.9 with packages is required.

pip install -r requirements.txt
python start.py

Setup with installer

Download the newest version from relases. The game will be installed in your user's AppData folder.

Credits