RETCON is a game engine built with C#. It's inspired by the Source engine's Hammer, and is named after the video game Title_Pending's RETCON.
Instructions on Contributing to RETCON can be found in Contributing.md
The recommended way to get started with RETCON is by downloading the lastest release build
In order to compile RETCON by yourself you'll need an IDE like Visual Studio or JetBrains Rider and .NET Core 7
Start by cloning the git repository using either https://github.com/JMC-Enterprises/RETCON-Engine.git
or [email protected]:JMC-Enterprises/RETCON-Engine.git
Afterwards open RETCON-Engine.sln
with Visual Studio. From there right-click on RETCON-Engine
in the Solution Explorer and press Build Solution
Otherwise you can also press CTRL+Shift+B
on your keyboard to build the solution.
If anything fails, please create an issue or ask for help on the official discord server!