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

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部分

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.

![Main menu](screenshots/menu.png)

## 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
![Editor](screenshots/editor.png)

### Gameplay
* Load and play the .json sheet file! An autoplay mode is also available.
![Music select](screenshots/select.png)
![Game play](screenshots/game.png)

### Other
Some setting options are provided:
* Resolution and volume
* Key position
* The game delay
* Note falling speed
![Settings](screenshots/settings.png)

## 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.