Skip to content

🥁 This project aims to fully replicate "Taiko no Tatsujin Nijiiro ver."

License

Notifications You must be signed in to change notification settings

Hato1125/TaikoRefined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README_JP

Taiko Refined

This project aims to fully replicate "Taiko no Tatsujin Nijiiro ver."

System Requirements

Operating System

  • Windows 10
  • Windows 11
  • Linux

Graphics Card

NVIDIA

  • NVIDIA Kepler or later

AMD

  • AMD GCN 2nd generation or later

Intel

  • Intel Skylake or later

Monitor

  • Resolution of 1920x1080 or higher
  • Refresh rate of 120Hz or higher

Controllers

  • Keyboard
  • Taiko Force LV5
  • TAIKOLLER

Development

Language

  • C++ 23

Dependencies

  • SDL3
  • SDL3_image
  • SDL3_ttf

Build

Taiko Refined is built using CMake.
Dependencies will be automatically downloaded during the project setup.

mkdir build
cd build
cmake ..
cmake --build .

Shipping

For building for distribution, use the following commands.
The executable for distribution will be output to the dedicated directory executable.

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

Contribution

Bug reports, issues, and pull requests are very welcome!!!
For information on how to contribute, please refer to CONTRIBUTING.md.

About

🥁 This project aims to fully replicate "Taiko no Tatsujin Nijiiro ver."

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages