A 2D game engine (currently a WIP).
-
You need to have Git installed ...
-
You need to have Python 3.8 or above ...
-
You need Visual-Studio 2017 or above ...
-
Download the repository:
git clone --recursive https://github.com/MaroueneBoughoufa/Saturn.git
Make sure you add the
--recursive
to fetch all the submodules.If the repository was cloned non-recursively previously, use
git submodule update --init
to clone the submodules. -
Configure dependencies
Run the setup.bat file found in the
scripts
folder. This will download the required prerequisites for the project if they are not present yet. -
Generate the project files:
Run
premake.bat vs2019
to generate a visual studio project.
- Simply run build.bat to generate binaries.
If changes are made, or if you want to regenerate project files, rerun premake.bat vs2019
.