Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scenent/gd-rhythm

rhythm game sample made with Godot v4.0.1.
https://github.com/scenent/gd-rhythm

godot godot-engine rhythm-game

Last synced: 3 months ago
JSON representation

rhythm game sample made with Godot v4.0.1.

Awesome Lists containing this project

README

        

# gd-rhythm
rhythm game sample made with Godot v4.0.1.
> if the note is created at the beginning of the game with a slight backlog, This is likely an overhead at booting of the Godot Engine.
> if you add a menu screen and call the game scene via `get_tree().change_scene()`, that would be fine.
# features
- note speed adjustment
- generating notes & long notes
- note judgment consisting of `Perfect`, `Good`, and `Bad`
- auto playing
- print out the rate and max combo.
# screenshot
![screenshot](https://github.com/scenent/gd-rhythm/assets/122899976/893eae27-29ca-4e08-aa41-0719aeeb27db)