For now the build has only been tested on Linux. It might work on other OS such as Windows but it is not guranted.
For now the requierments to build the project are:
gccmakecmakesdl2sdl2_imagesdl2_ttf
For now there are two options that are equivalent.
-
You can either build the project by running the script
cmakebuild.shNote: You can after run the executable by running./wtfwhile being in thebin/directory. Or you can also run the build script by passing the-roption to it. -
Or if you're familliar with VSCode, you can directly build and/or run the project via the usual commands.