A downloadable game

Neurosu: Neuro Punch Revolution!

The newest version is here which is actually playable (you don't have to refresh and skip to play the next song) along with custom assets for each level: https://imstuff1.github.io/neurosu2/ .  This version has newer changes after the game jam submission deadline.

Check out the somewhat broken website version for the game jam version: (setting up the zip is a pain and the only change is the absolute to relative URLs for assets so that it will work on github pages. Feel free to verify https://github.com/imstuff1/neurosu ) https://imstuff1.github.io/neurosu/

For the game jam versions including the zip, you will need to refresh and skip to the song you want to experience after the first song.

Credits:

Credits Programming & Art: theschlingus

Song credits:

Your reality by Dan Salvato (covered by Neurosama) Mapper: Nozhomi

China Town Blues [feat. Megpoid Gmi] by ODDEEO + Karma Wears White Ties Mapper: Cloudchaser

Life by Neurosama Mapper: BMR07

Song covers: vedal987 and QueenPB

osu-parser library: nojhamster

neuroErm emote: w1n7er

Also with the help of copilot auto complete and chatgpt for minor suggesitons.

"Okay okay hear me out: It's called Neuro Punch Revolution. And you have to perfectly dance along with different songs, with the difficulty increasing as you progress."


Updated 22 hours ago
Published 3 days ago
StatusIn development
Authortheschlingus
GenreRhythm
TagsPixel Art

Download

Download
neurosu.zip 15 MB

Install instructions

Use the web version in the instructions instead of this zip.

If you get this as a zip and cannot directly run in browser, you will have to run it on a python server with 'python -m http.server 3000' and then visit localhost:3000 (need to install python first, cd to the 'neurosu' folder and then run the command)