/nostalgia

a cross-platform clone of the rhythm game nostalgia.

Primary LanguageC#

nostalgia

a cross-platform clone of the arcade rhythm game ノスタルジアFORTE (nostalgia forte) by konami.

what this project looks like at the moment: you're missing out on a cool gameplay gif

what it should look like:
youtube video

implemented features (technical, for nerds)

  • osu! beatmap parser: converts song info, hitobjects
  • song playback + hitobject sync
  • keyboard input T
  • judgement
  • playing stats (report of players performance)

currently implementing

  • hold notes (slider tick notes)
    • parse note duration (x)
    • parse end position (x)
    • slider tick frequency (x)
    • spawning/note creation ( )
  • long notes
    • start note (x)
    • input: hold down during duration of long note ( )
    • input: release on end note timing ( )
    • end note (x)

features to be implemented

  • triller notes
  • song selection view
  • menu view
  • touchscreen/mouse support T
  • midi keyboard support
  • graphics

...and everything else

points marked with T are only implemented for testing purposes.

project details