Thanks for the feedback! Chapter 1 is a tutorial of sorts that I definitely made a bit too hard/long. Once you get into Chapter 2 it does become more of an action platformer, there’s probably still a bit of waiting here and there, I’ll have to take a look at that. If you ever want to give it a shot later all your progress should be saved. I added a dev backdoor for level choice that doesn’t seem to be accessible from the itch page directly, so I can’t really suggest that. But if you feel comfortable with using the browser’s developer console, you can open up localStorage and find the save file to open up Chapter 2, you could replace your unlocked
with: [{"world":1,"stages":[1,2,3,4]},{"stages":[1],"world":2}]
to get access to Chapter 2.