Playing around with SFML (again)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
NaiJi ✨ d897781ca8 docs: Update README according to latest changes 1 year ago
include refactor: Move from Qt build system to CMake 1 year ago
resources/font refactor: Move from Qt build system to CMake 1 year ago
src refactor: Move from Qt build system to CMake 1 year ago
.gitignore refactor: Move from Qt build system to CMake 1 year ago
CMakeLists.txt refactor: Move from Qt build system to CMake 1 year ago
LICENSE Create LICENSE 4 years ago
README.md docs: Update README according to latest changes 1 year ago

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