Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scenent/gd-rhythm
- Owner: scenent
- License: mit
- Created: 2023-06-14T11:11:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T06:17:10.000Z (about 1 year ago)
- Last Synced: 2023-12-15T07:31:20.792Z (about 1 year ago)
- Topics: godot, godot-engine, rhythm-game
- Language: GDScript
- Homepage:
- Size: 692 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)