Playing around with SFML
Go to file
NaiJi ✨ d897781ca8 docs: Update README according to latest changes 2022-11-04 19:55:33 +04:00
include refactor: Move from Qt build system to CMake 2022-11-04 19:44:26 +04:00
resources/font refactor: Move from Qt build system to CMake 2022-11-04 19:44:26 +04:00
src refactor: Move from Qt build system to CMake 2022-11-04 19:44:26 +04:00
.gitignore refactor: Move from Qt build system to CMake 2022-11-04 19:44:26 +04:00
CMakeLists.txt refactor: Move from Qt build system to CMake 2022-11-04 19:44:26 +04:00
LICENSE Create LICENSE 2020-02-22 01:20:11 +03:00
README.md docs: Update README according to latest changes 2022-11-04 19:55:33 +04:00

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