https://github.com/sthalik/floormat
game project in early development
https://github.com/sthalik/floormat
cplusplus-20 cplusplus-games isometric-game opengl
Last synced: 7 months ago
JSON representation
game project in early development
- Host: GitHub
- URL: https://github.com/sthalik/floormat
- Owner: sthalik
- License: isc
- Created: 2022-02-18T08:44:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T03:54:19.000Z (about 2 years ago)
- Last Synced: 2024-04-14T04:53:46.278Z (about 2 years ago)
- Topics: cplusplus-20, cplusplus-games, isometric-game, opengl
- Language: C++
- Homepage:
- Size: 121 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sthalik/floormat/actions/workflows/cmake.yml)
# 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
```console
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
```