Stack 'o Blocks is a very simple physics based game, the basic idea of the game is that you're a storage worker in life, and have died concealing your secret banana crate stacks so nobody would ever find them! Ofcourse, this sort of behaviour does not go unpunished in the afterlife, so you've been doomed to spend eternity stacking boxes! On a rather unstable beam hanging above the fire.. Ouch!
Should your beam tilt over you yourself will burn in the fire below, will you be able to handle the stress?
Video of Early Release 4 Testing:
Please note, this was recorded before I tweaked the balls and added a game over screen!
Video of Release 3
Video of Release 2
Video of Release 1
Screenshots:
^Both taken by Conjured Entertainment^
As you can see, the graphics do not suit the game AT ALL, nor my idea of the direction I want to take it in. Do remember that this is all just placeholder material, be it made by me, edited by me or taken from Clker.com for prototyping purposes. I am willing to hire a 2D artist to make the final graphics for the game, the only problem right now is.. I don't quite have the funds for it right now! So if anyone would be willing to help out, by either donating a small amount on my
Website(I would prefer not to do this, I dislike asking for cash), or simply help out by making a piece of artwork that can be used it would be much appreciated, and I will include you, or your website on the intro sequence should you so desire.
Future Ideas
Add an imp that'll fly over, and drop a so called 'void box', this box will consume the first five boxes it collides with, and then dissapear.
Add a random fire cloud flying across the screen, drop a box on it and your entire screen will be consumed by fire, resetting the game field at the cost of 10% of the score.
Add imps that sometimes drop random boxes as they walk across the beam your dropper hangs from.
Downloads
Release 4
Download
Current Known Issues:
-There's no way to end the game aside from the menu and losing it!
-Graphics option doesn't appear to do much, it only changes the backbuffer size so far.
Changelog:
---
Release 5
---
#Balls will now actually ROLL, instead of sliding for the most part on lower angled slopes.
---
Release 4
---
#Added a game over screen! Fairly important don't you agree?
#Removed the pesky screen right before the main menu.
#Switched the game to always run in 1024*600 windowed mode.
#Changed the scaling physics system into a fixed system, hence the above change. This will allow for more precise tweaking of the game's system and makes it run equal on every screen resolution.
#Added a second heavier box, this box has metal edges and packs a bit more weight than the original box! It's also a little larger than the other one.
#Added a third 'box', a bouncy white ball! Just to pester you! It will bounce around, knocking some boxes away and.. well, just being a nuisance at times.
#Made the scoring system a little less punishing, In my opinion it was impossible to get a decent score.. So here's the updated values:
Box #1 Place : + 15
Box #1 Destroy: - 3
Box #2 Place : + 25
Box #2 Destroy: - 5
Box #3 Place : + 20
Box #3 Destroy: - 4
Will adjust this accordingly should this become unbalanced.
#Completely adjusted the physics values AGAIN, hopefully the last time!
#Removed a lot of obsolete code and cleaned up my functions.
#Lowered the limit on the Box arrays to 75, judging from my tests this shouldn't affect players too much.
#Modified the size of the beam to fit on the screen a bit more, Allowed more boxes to be stacked, but also causing the beam to be unbalanced a little easier.
---
Release 3
---
#Modified the object you balance the beam on to be more square, it will now no longer be randomly unbalanced on certain screen resolutions. This also means the core gameplay has changed somewhat again, but with the tweaks below it is still quite challenging.
#More tweaking to the weight of the boxes!
#Upped the penalty for dropping boxes of the platform from 15 to 25.
#Upped the score you gain for the small boxes from 10 to 15.
#Added sound to boxes hitting something, note that it will ONLY make a sound if it hits something other than what it had hit before.. So rolling over the beam will not make any noise unless it hits a different box.
---
Release 2
---
# Fixed the issue where the game would crash after putting down a specific amount of boxes. It now resets appropriately, and will remove and re-use an existing box. WATCH OUT! THIS AFFECTS LONG LASTING MATCHES! YOUR BOXES WILL RANDOMLY DISSAPEAR!
#Changed the height the beam has to fall to count as a game over, it is now much higher and you will not lose all your blocks, and thus your score if you fail. It is still possible to lose some however, especially if they're stacked quite high.
#Completely overhauled the way placing boxes is handled, you now control a sliding dropper that drops them from up high.
#Modified some physics related settings to compensate for the above change.
#Lowered the game over depth of the beam to compensate for the added difficulty with the new placement system.
#Having a negative score now also means your game is finished.
#The beam will no longer start being affected by physics until the first box has been dropped.
#The beam will no longer lean to the left without any boxes on it after being activated.