YAVSRG / Prelude

The rhythm game framework that powers Interlude
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Refactor: Store replays as a sequence of keyboard inputs #20

Closed percyqaz closed 3 years ago

percyqaz commented 3 years ago

this one is more involved

Setup

Currently scores are stored as rows of information corresponding to each row in the chart The information stores the deltas of your hits/flags about needing to hit notes

Drawbacks are

Solution

SCORE FORMAT 1: Stores a score as sequence of snapshots of your keyboard hits This is:

SCORE FORMAT 2: The existing format

New drawbacks (old ones are gone)