Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flowing Information

FLIN(Flowing Information)是一个根据GPL-3.0开源的音游

玩法

Z,C,B,M四个键(你也可以用D,F,J,K)分别对应第1,2,3,4条轨道,
按下对应建消除对应位置的音符 (好吧,先写这么多)

键分3种:

Tap (Blue Note)

单击按键即可
有4种判定: Perfect, Great, Good, Miss

Drag (Yellow Note)

按键按下即可
有2种判定: Perfect, Miss

Double (Red Note)

单击按键后, 你需要再按下Space, X, V, or N才可以避免Miss,
它分两次判断, 第一次的判定是独立的, 第二次的判断不会加Score和Combo,
但是第二次可能会使你断连

有7种判定: Perfect / Miss, Great / Miss, Good / Miss,
Perfect, Great, Good, Miss

(带有Miss的都会断连)

写铺子

格式

[
	{"time": <Note出现的时间>, "lane": <轨道>, "type": <blue / yellow / red>},
	{"time": <Note出现的时间>, "lane": <轨道>, "type": <blue / yellow / red>},
	{"time": <Note出现的时间>, "lane": <轨道>, "type": <blue / yellow / red>},
	...
]

About

Flowing Information is a music game

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages