NaiJi ✨ d897781ca8 | ||
---|---|---|
include | ||
resources/font | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
README.md
cirno-puzzle
Just playing around with sfml, since I have nothing better to do anyway.
How to build and run on Linux:
- Make sure you have SFML, cmake and any compiler supporting C++17 installed
- Clone the project and go to the cloned folder:
git clone https://dev.udongein.xyz/NaiJi/cirno-puzzle
cd cirno-puzzle/
- Now make it:
cmake CMakeLists.txt -B ./build
cd ./build
make