Page 1 of 1
[v1.1] Block Pusher
Posted: Mon Mar 24, 2014 9:31 am
by HugoBDesigner
Hello again, guys! So, I was playing around with some stuff, and decided to make this minigame just to test my skills. I remembered of a game I used to play a LOOONG time ago, but now I don't remember it. Then I thought: "Hey, why not just
recreate it?", and so I did. I also added a new block where you can pass through, but boxes not. Here are some screenshots:
It works for both LÖVE 0.8.0 and LÖVE 0.9.0. If you find any problem or have any suggestions, please let me know. Thank you!
Also, if you want, you can make more levels and place them in your "%appdata%/LOVE/Box Pusher/maps" folder. I might make a few more and let a different download here. Go ahead and have fun!
Re: [v1.1] Block Pusher
Posted: Mon Mar 24, 2014 12:03 pm
by HugoBDesigner
So, just updated it. Fixed a bug with the menu selection, and added my personal intro - for the first time in one of my games, even though I have it done for a veeery long time
EDIT: Also added a level display at the top-right corner...
Re: [v1.1] Block Pusher
Posted: Mon Mar 24, 2014 2:03 pm
by kikito
HugoBDesigner wrote:I remembered of a game I used to play a LOOONG time ago, but now I don't remember it.
That game is called
sokoban. Your game is a good rendition.
Some comments:
* A score showing the "resolved in XXX steps" next to each level might make it more replayable.
* I would like to be able to "keep moving left" when I "keep pressing left" (maybe not at full speed)
* Symmetrical levels are a bit too easy - once you solve one half/quarter of the level, you have solved everything.
Re: [v1.1] Block Pusher
Posted: Mon Mar 24, 2014 2:49 pm
by HugoBDesigner
kikito wrote:HugoBDesigner wrote:I remembered of a game I used to play a LOOONG time ago, but now I don't remember it.
That game is called
sokoban. Your game is a good rendition.
Some comments:
* A score showing the "resolved in XXX steps" next to each level might make it more replayable.
* I would like to be able to "keep moving left" when I "keep pressing left" (maybe not at full speed)
* "Symetric" levels are a bit too easy - once you solve one half/quarter of the level, you have solved everything.
Thank you for your feedback and suggestions! I'm trying to add more different features (such as conveyors), but I'll add in your suggestions for sure!
Re: [v1.1] Block Pusher
Posted: Mon Mar 24, 2014 8:55 pm
by alesan99
Nice Game Hugo!
The game works fine with LOVE 0.9.0
Like kikito said the game should keep track of the steps and maybe time too.
Also I like the fact that the game saves your progress in a level.
Re: [v1.1] Block Pusher
Posted: Tue Mar 25, 2014 12:48 am
by HugoBDesigner
alesan99 wrote:Nice Game Hugo!
The game works fine with LOVE 0.9.0
Like kikito said the game should keep track of the steps and maybe time too.
Also I like the fact that the game saves your progress in a level.
Thanks, Alesan! Yes, I thought it'd be cool to save the game EXACTLY like you left it... Oh, and I already added the score system for number of steps, and finished conveyor belts!