FoonLudum Dare ExplorerLD42 → Big Box Mania

Big Box Mania

By jka

View on ldjam.com

CategoryRankScoreCount
Overall4103.2933
Fun2683.4133
Innovation5082.9033
Theme1194.0433
Graphics4652.9833
Audio4502.6532

Comments

reboundgames 2018-08-12 23:50

This has some really nice touches, like the way the box dropping sound varies in pitch a little bit from box to box, and the particles above the shrink pads. In general I think the visuals a pretty good (although the lighting is a little bit odd) and you maintain a consistent aesthetic. The movement of the yellow box feels a little bit hard to control, but that's a hard problem to solve since it has to stay locked to the grid. For a first jam this is really good!

josh-riley 2018-08-12 23:54

Thought this felt really good. A mistake a lot of people make with jams like this is going nuts with a million mechanics, when you don't really have time to message how stuff works to the player. You definitely didn't make this mistake, as I was able to jump in and know exactly what to do and how to do it immediately. Great work!

moczan 2018-08-12 23:57

A solid entry, simple gameplay but the presentation is nice and the overall flow of the game is rather entertaining.

Also thanks for making game playable in browser!

jka 2018-08-13 00:01

@reboundgames Thanks! I see what you're saying about the controls. It's one of those things that seem really simple at first. Personally, I'm quite happy with how it is now, because it was WAY worse only a couple of hours ago, but it could definitely use some more finetuning. :)

jka 2018-08-13 00:03

@josh-riley Thanks! :) I've made that mistake many times before with my unfinished projects. Glad I didn't fall for it again. ;)

jka 2018-08-13 00:04

@moczan Thanks! :)

gaoyuan-chen 2018-08-13 05:01

Like the idea and the feel.

Thought it is a easy game until I pushed a block to left-bottom corner and then 'running out of space'!

roberth332 2018-08-13 06:19

Fantastic game. I really like the feeling of the player it moves around precisely and smoothly.

htmichael 2018-08-13 11:02

Liked it. Fit the theme well. Could have done with a sound track. Felt almost like tetris 😂

machrom 2018-08-13 11:14

Great job for the first time!

When the boxes started dropping in corners the theme running out of space really came to light... Moving around feels smooth, and the sound effects fit! The graphics are fine, and fit the game as well.

Really good job! :)

jka 2018-08-13 11:23

@htmichael I tried making some music for an hour or so, but everything I came up with sounded either corny or annoying after a minute or so, so I decided it was better to leave it out. :grin:

htmichael 2018-08-13 11:25

Fair enough @jka 😆

loudeyes 2018-08-13 11:43

Even though the concept is simple I really enjoyed it because mechanics-wise it feels really good to play.

swini 2018-08-13 13:56

Your game is fun! Also difficult becaus if you push a box in the corner you have no chance to move it! Love the idea we have to use your brain while playing. Also + point: you can push block arrays!

jka 2018-08-13 14:00

@swini Thanks! You can actually get the blocks out of the corner by pulling them (hold shift). I should probably update my description to make that a bit more clear. :grin:

swini 2018-08-13 14:10

@jka i would let it as it is because it makes the game more difficult and you have to think more. We learn from mistaces so the player should avoid to push them into the edges.

swini 2018-08-13 14:10

I would let it as it is. The player should learn out of his mistakes. So he should avoid to push them into edges. My opinionXD

100th-coin 2018-08-13 15:56

Nice game! it's a pretty unique concept i haven't played much of. Very good take on the theme!

mathiouza 2018-08-13 16:04

Cool game :) It lacks a music but that okay ^^ Not so inovative but well executed ^^

Nice entry, keep coding :)

remco 2018-08-13 16:39

Polished presentation. Could've used some music, but is fine without it, as it is conductive to a claustrophobic mood.

I like that you can push/pull multiple boxes, it really opens op a lot of the game once the drop speed starts increasing.

Fun, but the game-play doesn't vary (other than increased speed and franticness), and, though the overall look is smooth and even stylish, I'm still in essence looking a bunch of light-grey cubes. (But, same as with the silence music-wise, that _does_ help a bit with that feel.)

jka 2018-08-13 19:01

Thanks for the feedback! :v:

@mathiouza I wanted to keep it simple for my first entry, maybe something more innovative next time :grin:

@remco Yep, music and art is still an issue for me, something to work on. :smile: So I tried to create some style with more programming-based techniques. I wanted to add some more gameplay elements, but I felt that it was more important to polish what I had. I might add some more stuff to it once LD is over.

wrexialmt 2018-08-13 19:02

This is a compo entry that feels polished to see. Its easy to pickup and play, i think the SHIFT (thanks for the bold on this page) is kind of redundant and it doesn't seem to affect much until WAY late on the game. But that's my only nitpick.

EDIT: "I have this thing where I start making games a lot, but never finishing them." this is exactly the reason why gamejams are awesome!

jka 2018-08-13 19:13

@wrexialmt Haha, I'm glad to see that making that part bold helped. :grin: Pulling becomes important mostly when things get stuck in the corners. I agree that it's not really the preferred method of moving the boxes in most cases.

wrexialmt 2018-08-13 19:24

Ohh I'm guessing I never really realized that I got to any of those points (aka spawn in corners) and automatically pulled it out

danilo-chiarlone 2018-08-17 15:09

Simple but fun game!

anthony-dunlap 2018-08-17 15:18

This game is simple but fun! there is a problem where boxes will fall on top of each other, but other than that it's good!

lastleaf 2018-08-18 08:50

An addictive game! The concept is simple but interesting. Great idea! I think I found a strategy - try moving more boxes in one time.

I would suggest you keep developing but do not make the basic concept too complex.

rhewid 2018-08-19 12:40

I liked it a lot. Simple but good looking graphics. Could turn out to be a fun puzzle game if you'd work on it afterwards.

jka 2018-08-19 16:35

@anthony-dunlap Yeah, that's a bug I wasn't able to fix before the deadline. Although, I did manage to make it occur less often. :grin: I think it's some kind of timing issue where both a box dropping and a push/pulled box both think a square is empty at the moment the collision is checked.

If I continue to work on this game, I'll probably just refactor the grid system a bit, which should also fix that issue. :slight_smile:

jka 2018-08-19 16:40

@lastleaf Thanks for the advice! I think you're right about that, no need to make a simple concept overly complex. I might add some simple powerups, some different levels and difficulties, but will probably leave it at that. :slight_smile: