Skip to content

Easy Python game engine for 2D game development.

License

Notifications You must be signed in to change notification settings

UnidayStudio/Easy-2D-Game-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy 2D Game Engine

Easy Python game engine for 2D game development.

How to Run (Windows)

To build and run the engine and/or the game, open the "Easy2D" folder and type in the terminal:

make.bat

It will build and create an .exe file in the "dist" folder.

Note that it does have some depenencies:

python -m pip install pyinstaller
python -m pip install pygame
python -m pip install stringify
python -m pip install pygame_gui

You also need to make sure you have tkinter installed.

About

Easy Python game engine for 2D game development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages