This project makes use of CMake to build.
If you're using Visual Studio, more info on how to build it is available here. The workflow should basically be:
- Open the launcher for VS.
- Click on "Open a local folder" and select the folder of the repository you cloned.
- It should open the "CMake Overview Pages", and logs should be written in the "Output" tab at the bottom.
- Wait for "CMake generation finished." to be shown in the logs.
- Click on the dropdown arrow next to "Select Startup Item..." at the top, and select "minigame.exe".
- Then click on the green arrow, the game should boot up.
- Flecs
- Raylib
- ImGui