Cubulis

Cubulis

This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
audio: 3.29
coolness: 0.53
fun: 4.18
graphics: 3.47
humor: 2.25
innovation: 3.97
mood: 3.17
overall: 3.95
theme: 3.24
/*/

/* About

/*/

So this is my submission in the Ludum Dare 29, which I worked on during the Sony Hackathon event in Lund, Sweden. It has been stressful times, as usual, but I think I managed to get something somewhat ready.

/*/

/* Gameplay

/*/

The idea with the game is that you should destroy boxes/cubes. This can be done by dragging the mouse over a number of boxes (hold left mouse button), as long as they are:

- The same value (diamond, heart, clove or spade).

- The same color.

- Connected to each other, either vertically, horizontally, or diagonally (or any of them all together).

- On the same height layer.

A quick demonstration gif can be found here: https://db.tt/d67DuF4A

The more boxes you destroy in one move, the more points you will receive, and the higher is the chance that a bomb powerup (rotating blocks) will be spawned. The bomb powerup block can be destroyed like any other block.

While playing, everything will move towards the player, increasing the danger bar unless you manage to completely wipe the closest block layers. Filling the danger bar will have you lose the game.

/*/

/* Known issues

/*/

- Web Player: Input sometimes does not work. This is because the browser may ask you to enable unity web player before the game starts (and that somehow messes up the game input). It should hopefully work if you refresh the page.

- Gameplay: If a bomb is triggered by another bomb, the bomb will not explode.

- Resolution dependent: The gui looks okay when playing in the browser. Certain resolutions may cause elements to be drawn at wrong positions on the screen.

/*/

/* Fixed issues

/*/

I should just mention that I updated the code a few hours after the submission deadline, as it turns out my last minute fixes was not really any fixes. The two things I fixed was:

- Danger bar now is clamped and never scaled.

- Input.anykey is replaced with space, as it seems unity sometimes have issues with it. I've noticed the issue in the web player build.

I hope the community is okay with these last changes

/*/

/* Tools

/*/

- Chronolapse, for screen capture (Timelapse coming soon).

- Bfxr, for sound effects.

- Abundant Music, for procedurally generated music.

- Paint.net

- Unity3D
Found a bug?
Tell us on Discord