Easy Python game engine for 2D game development.
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.