Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. Install a python version that works with pygame, use python versions below 3.14 2. Install .venv with requirements.txt, In vs studio its 'Ctrl Shift P' then python > create environment 3. Run in terminal 'python -m game.main' from the root folder To make a new environment, create a .py file inside the 'environments' folder that inherits BaseEnvironment in 'base.py'. You will also need to make a json for each environment to setup its initial variables To make a game environemnt you will need to follow the same structure as the other levelx.json files in the 'environments/data' to make a GameEnvironment License Scratchesque uses MIT license. See the third_party_licenses folder for licenses of used third party libraries.