Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 517 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 517 Bytes

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.