Game project in early development.
Should build cleanly on Clang 17+, GCC 13.2+ and MSVC 17.7+.
xorg-dev
libsdl2-dev
build-essential
ninja-build
cmake-curses-gui
Only the compiler (MSVC, GCC, Clang) is needed.
git clone https://github.com/sthalik/floormat.git
cd floormat
git submodule update --init
mkdir build
cd build
cmake -GNinja ../
ninja install
ln -s ../doc/saves ./save
install/bin/floormat-editor