Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Thinking with BoxesView game page

Solve puzzles by moving a janky pile of boxes.
Submitted by GitOut — 2 hours, 32 minutes before the deadline
Add to collection

Play game

Thinking with Boxes's itch.io page

Results

CriteriaRankScore*Raw Score
Fun#4083.6673.667
Overall#7233.5783.578
Originality#7923.6673.667
Presentation#12743.4003.400

Ranked from 45 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

How does your game fit the theme?
The player consists of boxes that can be connected and moved around together.

Did your team create the vast majority of the art during the 48 hours?

Yes

We created the vast majority of the art during the game jam

Leave a comment

Log in with itch.io to leave a comment.

Comments

Viewing comments 22 to 3 of 22 · Next page · Last page
(+1)

really fun

Submitted(+1)

I got recommended this game since it's similar to mine and it's really cool to see another puzzle platformer where you adjoin blocks. You take it in a completely different direction though and I'm impressed by how many mechanics you managed to pack in! A lot of the levels also had really clever design and I'm a big fan of the idea of destroying the middle block and leaving two separate blocks. The level you used to introduce that concept was fantastic.

I also saw that your game can be run on the GBA. What kind of engine did you use that allowed for that? That's really cool!


Developer(+1)

The short answer is: a made my own engine to do this and it is complicated.

As a long answer, here's a basic overview:

  • The game as it stands is just a GBA game written in Rust (actually the game code is transpiled from AssemblyScript, but "basic overview"), I use my own HAL (hardware abstraction layer, a library providing functions and data structures for talking to the hardware), but there are plenty of resources out there on how this can be done.
  • For most other platforms (MS-DOS version excluded) the idea is the following: The game being Rust code means I could just recompile the whole thing, however the HAL normally makes that impossible. So I reimplement this HAL through software emulation, in a similar way to normal GBA emulators for things like screen drawing and sound channels. The game code however is natively compiled so I don't need CPU emulation, which tends to be the hardest and slowest part for the GBA. So it's somewhere between just packing the game with an emulator and doing a proper port.
  • On top of this I then have a slightly more conventional engine that allows for things like drawing tile maps and sprites to make things more viable for a jam, because the GBA hardware, whilst insanely simple compared to modern systems, is still a bit of a pain to work with sometimes.
Submitted(+1)

Nice puzzles! I love the level design! It's going from easy to hard quite quickly however. Really nice game!

Submitted(+1)

Finally a game that fits the theme and is fun. Good level design btw

Submitted(+1)

Cool game with fun mechanics! I like how different each level is in terms of mechanics. Great job!

Submitted(+2)

My favourite game so far. Great Job!

(+1)

Very nice game, controlls are very good on GBA! I love it

Submitted(+1)

The ingenuity of mechanics was on point. I think the levels did a good job of revealing them as well. Good progression. Jumping was slightly awkward when doing some of the more precise connections.

Great job!

Submitted(+1)

Great job and original game concept!

Submitted (1 edit)

This game really captures the jam theme well. It really could have used a soundtrack though. It felt a bit boring without any music. The game was overall fun though! Feel free to also check out our jam game. :)

Submitted(+1)

So fun! This game really captures the game jam theme.

Submitted(+1)

Its a good logic and i saw a few which near similiar ideas. Its really a good sense for the theme "joined together"

Submitted(+1)

Nice idea, controls are a bit unprecise for such small boxes. but good game

(+2)

Sometimes difficult to align yourself to have the boxes attach properly.  Could have done with a level to allow the player to 'accidentally' discover the more obscure destroy middle block mechanic such as one with a 3 tall door with a box killer in the middle.

Otherwise, a great game with an interesting mechanic and nice artstyle.

Submitted(+1)

I wanna run this on a washing machine

Submitted(+1)

Nice job! I had a little figuring out how the walljump worked but the puzzles were very enjoyable!

Submitted(+1)

you can run this on a gameboy or windows dos 0_0 what is this wizardry. Also fun game, reminded me of sokoban.

(+1)

I really like the mechanic, sounds, art, puzzles.

Submitted(+2)

I like the sound, art, puzzles, and mechanics a lot. The controls were a little too sluggish but I still had fun. I didn't like how you had a split second to move to the right in the second level. I am assuming it's to teach the restart mechanic but I don't think that was necessary. Great job!

Submitted(+1)

Great Game, would have liked the controlls to be more snappy though.

Viewing comments 22 to 3 of 22 · Next page · Last page