Easypie is a small IDE for writing games with Pygame. It aims to implement real-time feedback on the current scene. It only needs two buttons.
This guide will help you to get Easypie up and runnning quickly. Simply head over to our releases page and download the most recent version for your operating system. Easypie runs without any dependencies.
Extract the file easypie_os_x_x_x.zip
and run Easypie by double-clicking.
You can find existing demo projects in ./demo_projects
, just load them via the GUI.
This guide will help you setup Easypie for development. Make sure you have Python 3.5 or later installed and in $PATH. Now, clone or download this repository and extract it to any directory. After you installed all dependencies (see below), you may run cd src; python3 easypie.py
.
To install all dependencies, open a console in the new directory and do:
pip3 install -r src/requirements.txt
See the LICENSE.md file for details.