Magnitude is an open-source game engine and editor built with Dear PyGui and written in Python3 that lets you easily create games using Python3. (Do note the engine is currently not in a usable state)
Installation | Usage | Contributing
# clone the repo
$ git clone https://github.com/Commander07/magnitude.git
# change the working directory to magnitude
$ cd magnitude
# create and activate python environment
$ python3 -m venv bot-env
$ bot-env\Scripts\activate.bat
# install the requirements
$ python3 -m pip install -r requirements.txt
# clone the repo
$ git clone https://github.com/Commander07/magnitude.git
# change the working directory to magnitude
$ cd magnitude
# create and activate python environment
$ python3 -m venv bot-env
$ source bot-env/bin/activate
# install the requirements
$ python3 -m pip install -r requirements.txt
# start editor
$ python3 editor.py
# start editor
$ python3 editor.py
- Online Documentation for official documentation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Feel free to create a fork and use the code.