https://github.com/ggross98/unity-rhythmlane
下落式音游,包括乐谱编辑器和GamePlay部分
https://github.com/ggross98/unity-rhythmlane
csharp game gamedev music-game rhythm-game unity unity3d
Last synced: 5 months ago
JSON representation
下落式音游,包括乐谱编辑器和GamePlay部分
- Host: GitHub
- URL: https://github.com/ggross98/unity-rhythmlane
- Owner: Ggross98
- Created: 2020-11-29T13:30:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T13:05:40.000Z (about 1 year ago)
- Last Synced: 2024-08-12T13:59:44.029Z (about 1 year ago)
- Topics: csharp, game, gamedev, music-game, rhythm-game, unity, unity3d
- Language: C#
- Homepage:
- Size: 356 MB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RhythmLane
[中文版](README_zh.md)
## Overview
Rhythm game with falling notes (like djmax or osumania) and a corresponding sheet editor. Made with Unity.
## Contents
### Note editor
This part of content is from [setchi](https://github.com/setchi/NoteEditor). Thanks a lot for this great work!
The editor supports:
* Load .wav music files
* Edit on 2-5 tracks with 2 types of notes (normal and holding note)
* Set the beats and offset
* Save the sheet as .json file
### Gameplay
* Load and play the .json sheet file! An autoplay mode is also available.

### Other
Some setting options are provided:
* Resolution and volume
* Key position
* The game delay
* Note falling speed
## How to play
You can download the game and a test sheet (.wav and .json files) in release.
Or you can open the project with Unity 2022.3.53 f1c1.