Go to file
NaiJi ✨ 1401e51918 chore: Inverse if-else tree in Timeline 2023-02-16 04:05:39 +04:00
include/core chore: Inverse if-else tree in Timeline 2023-02-16 04:05:39 +04:00
resources Implement resource sprites and about page with third-party logos 2022-03-10 20:45:19 +03:00
src refactor(codestyle): Add clang-format and re-format all existing files 2022-10-18 06:59:51 +04:00
.clang-format refactor(codestyle): Add clang-format and re-format all existing files 2022-10-18 06:59:51 +04:00
.envrc Add nix/flake files 2022-09-18 16:28:24 -03:00
.gitignore Refactor core 2022-01-10 08:28:37 +03:00
CMakeLists.txt Add resources and licenses 2022-03-10 17:16:11 +03:00
LICENSE.md Add resources and licenses 2022-03-10 17:16:11 +03:00
README.md docs: Add brand new README 2022-10-18 07:01:58 +04:00
flake.lock Add nix/flake files 2022-09-18 16:28:24 -03:00
flake.nix Add nix/flake files 2022-09-18 16:28:24 -03:00
shell.nix Add nix/flake files 2022-09-18 16:28:24 -03:00

README.md

project-kyoku

I am just trying to create a rhythm game inspired by project-diva

Initial setup

  • Make sure you have a compiler supporting c++17 and cmake
  • Make sure you have sfml installed, either static or not, just make sure to edit impl/ CMake file, you'll see it.
  • Now clone it
git clone https://dev.udongein.xyz/NaiJi/project-kyoku
  • Go to the project folder
cd project-kyoku/
  • Now build it!
cmake CMakeLists.txt -B ./build
cd ./build
make

Conventional commits

This project follows Conventional Commits.

<type>(optional scope): <description>

Example: feat(classic-mode): Implement something great