Love it! :)
MegaProgramGuy
Creator of
Recent community posts
I have a jam game, if you want to check it out :) https://setzor.itch.io/undergrowth
If anyone needs a final boss theme for their video game, I have a free one. All that I ask is that you link my Soundcloud page in your game's credits. :)
https://soundcloud.com/pozrodofficial/epik-boss-theme-free-use
Use https://sheeptester.github.io/htmlifier/ to convert your Scratch project into a .html file, which will then run embedded within your itch.io browser page :)
Here is a working link to the game! (Some people could not play it previously, so here is a new link!) https://turbowarp.org/545240592
I've made music before, but I can't seem to create any songs that I think would fit a video game very well. If you want, you can check out my seven songs on SoundCloud: https://soundcloud.com/pozrodofficial
Hello!
I have an idea for a few new features that could be useful in PuzzleScript, especially for some of the more challenging games!
MOVEMAX:
The MOVEMAX feature allows the creator to put a cap on the player's allotted moves in each level (if put before the level code) or for the entire game (if put in the prelude of the game.) If a player were to have bypassed the average move count of a level's solution, this could trigger some code that would allow them to skip it (using the win command) or to show them the solution (see below for my suggestion on how to do that.)
SOLUTION:
The SOLUTION command allows the creator of the game to record themselves solving a level (maybe using the same system that you made for recording GIFs in the editor!) and trigger the solution to play, say, when a player has been stuck on a level for quite some time. This will show them how to solve it and let them move on with the game.
(I don't know how easy it would be for you to make these features, but I would really appreciate it if you did!)
I would like to put these features into my PuzzleScript game Megaban (see link below) so that people won't get stuck on a level and quit in frustration or boredom.
https://megaprogramguy.itch.io/megaban
What are your thoughts? (On my ideas and my game)
Thanks!