Skip to content

sthalik/floormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,316 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commit

floormat

Game project in early development.

Build

Should build cleanly on Clang 17+, GCC 13.2+ and MSVC 17.7+.

Debian/Ubuntu dependencies

xorg-dev libsdl2-dev build-essential ninja-build cmake-curses-gui

Windows dependencies

Only the compiler (MSVC, GCC, Clang) is needed.

Building

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

About

video game project in early development - isometric RPG

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors