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.
|
1 month ago | |
---|---|---|
include/core | 1 month ago | |
resources | 1 year ago | |
src | 5 months ago | |
.clang-format | 5 months ago | |
.envrc | 6 months ago | |
.gitignore | 1 year ago | |
CMakeLists.txt | 1 year ago | |
LICENSE.md | 1 year ago | |
README.md | 5 months ago | |
flake.lock | 6 months ago | |
flake.nix | 6 months ago | |
shell.nix | 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