A library for 2D rendering, using the pyGame library
- First install all requirements by running the command
pip install -r requirements.txt; - Next, create a folder named
Projects; - Finally, inside the
Projectsfolder, create another folder for each of the projects:- The projects follow a data structure in order for the program recognise.
- Project names must be camel cased and the main file must be named
Sketch.pyand must havefrom Core.Minimum import *line.- There is an example for this structure inside the
Libfolder;
- There is an example for this structure inside the