The developer has not uploaded a game yet...
StatusIn development
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorConeTristan
GenrePuzzle
Tags2D, Funny, Mouse only, Multiple Endings, Non violent, Pixel Art, PuzzleScript, Retro, Top-Down

Comments

Log in with itch.io to leave a comment.

This was a fun little game. It'd be interesting to see how you'd build off of this idea.

Thanks! I had a couple ideas for the game that I never implemented, and if i did I would probably have to build everything from the ground up since puzzlescript didn't work out as well as i wanted. but here were the ideas:

1. the graphics need to be updated/ improved. puzzlescript isn't well designed for nice graphics and I don't thing the sponge turned out so  well.

2. I originally wanted the sponge to be cleaning up a crime scene, so working on fleshing out that part of the story would be a must

3. I wanted more complex puzzles that I was going to test with the  built in tester, but puzzlescript didn't really work well with the clicking part of the tester which I should have foreseen.

4. I couldn't figure out how to get the game to properly decrement the overall water level. It currently checks after you move and I would rather it check as you move.

5. the ice section doesn't work.

6. I need some item that the sponge could push. and maybe some additional upgrades


This was a fun game to make, but I think that I am going to hold off on developing it. I think this might just stay as a cute free game on the web.

(+1)

Enjoying this! Unfortunately there's a couple of weird bugs:

- If I fail a level, I get a bunch of text screens and then get taken all the way back to the start. At that point, the level select will only take me to the last level I completed, rather than the level I just reached.

- Also, when I beat the blood level, I get taken to the level that introduces soap again and can't progress any further.

Thanks for playing!

 -The first point isn't really a bug, it was more a limitation of puzzlescript. I wanted the names of the puzzle names to remain hidden, but I couldn't do that without limiting the player to the previous level. Although now that I'm thinking about it, I might have a fix. And returning the player to the beginning was because I didn't know how to send the player to the level select screen.


- that is a bug! I'll look into fixing it and post whenever I do. Sorry about that

I have fixed the second bug(bad goto). I tried working around the issue with the level select, but I can't find a good work around. I could set the level select look ahead to 1 instead of 0 but then you could potentially spoil yourself with the titles. I honestly wish there was a better way to handle this, but I don't know of a way.


once again, thanks for playing!

(+1)

The level select thing was much less of a problem this time — I think it only became an issue because I kept trying to go back to the bad goto level to see if I could progress.

Usually, I think post-death messages end up producing quite a lot of friction in puzzlescript, as I mostly just want to press Z or R and keep working at the puzzle. However, in your game, those messages are part of the fabric of the experience, and the puzzles aren't so fiendish that the interruption becomes frustrating.

Good job!