You can not 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 ✨ 1401e51918 chore: Inverse if-else tree in Timeline 1 month ago
include/core chore: Inverse if-else tree in Timeline 1 month ago
resources Implement resource sprites and about page with third-party logos 1 year ago
src refactor(codestyle): Add clang-format and re-format all existing files 5 months ago
.clang-format refactor(codestyle): Add clang-format and re-format all existing files 5 months ago
.envrc Add nix/flake files 6 months ago
.gitignore Refactor core 1 year ago
CMakeLists.txt Add resources and licenses 1 year ago
LICENSE.md Add resources and licenses 1 year ago
README.md docs: Add brand new README 5 months ago
flake.lock Add nix/flake files 6 months ago
flake.nix Add nix/flake files 6 months ago
shell.nix Add nix/flake files 6 months ago

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