Skip to content

BudzioT/PyMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMaker

💻 Info

PyMaker, a Platformer with editor's elements like Mario Maker.

It is written in Python with PyGame as the main engine and deployed with pyinstaller
It is an platformer, where you can first build your level and then play it! Try to make some hardcore ones.
(Watch out when jumping on objects that deal damage, you will probably lose a lot of health).

🔨 How to build the project

You can use the app without building by going into dist/main and using .exe generated by pyinstaller!
If you want to build it yourself:

  • Download PyGame
  • Compile the main.py file, compiling other without it doesn't result in anything

📷Screenshots

  • Game:
    image

  • Editor:
    image

🎮 Controls

GAME:

  • Movement: WASD or arrows
  • Jump: W or UP-Arrow or SPACE

EDITOR: - Position selection: Mouse Movement - Placement: Left Mouse Click - Delete object: Right Mouse Click - Scroll around the map: Middle Mouse Click / Scroll / CTRL + Scroll - Change to alternate object(works on palms): Middle Mouse Click

📄 Links to modules

About

Platformer with level editor made in PyGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages