Skip to content

nedclimax/Saturn

Repository files navigation

Saturn

License Repo Size build (Windows)

A 2D game engine (currently a WIP).

Build instructions

Prerequisites

  • You need to have Git installed ...

  • You need to have Python 3.8 or above ...

  • You need Visual-Studio 2017 or above ...

  1. 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.

  2. 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.

  3. Generate the project files:

    Run premake.bat vs2019 to generate a visual studio project.

Compiling on Windows:

If changes are made, or if you want to regenerate project files, rerun premake.bat vs2019.