Game and Engine based off SDL2 for the 2022 GitHub Game Off!
To use the ReddyEngine Editor You have to download the newest build and place it in the working engine directory. To do so:
As mentioned before in the video tutorial You have to clone this GitHub repository. Once You have the repo cloned, it should look something like this:
We are using Github Actions to distribute our builds. Every time we make significant changes to the source code, we will run a new build, and will try to announce it ASAP so You can update.
To download the build, go to our GitHub Actions page and pick the newest build to have been requested and passed (as indicated by the green checkmark next to the commit name):
Once on the build page, scroll down to the Artifacts section and click on the Release-Win64 link.
This will download a build in a .zip archive. Unpack that archive and copy the ReddyGame.exe file to the root of Your repository, like so:
Once that is done, launch the executable and get to work!
Save all Your .json files made in the editor into the assets
directory and commit them to the main
branch, just as explained in the video tutorial.
Best of luck!