Rachel’s Block Push Game
This week I decided to use PuzzleScript to create a simple video game with 9 levels. The objective of the game is simple — you push the blocks on top of all of the targets to move onto the next level. Below are the instructions for things like restarting a level, z to undo a previous action, etc.
Below is an example level. As I said above, the objective is to put the blocks on the targets to progress to the next level. The brown squares are the targets, and the black squares are the crates you have to move. In order to move, you use the up, down, and side arrows to navigate the player.
The levels can have obstacles, more targets, etc. In the screenshot above, which is level 6, there are 4 targets and some obstacles to figure out. In level 1, pictured below, you only have 3 targets and no obstacles, even having one of the targets already placed for you.
I modeled this game off of one of the exmaple games in PuzzleScript. I used similar code, but created my own levels, backgrounds, player color, etc. I started by coding the background, colors, key for objects, etc. After that, I created my levels and the game was done! I hope you enjoy playing! #Dgst101
file:///Users/rachelbattiston/Downloads/Rachels%20Block%20Push%20Game-3.html