Postal puzzle

Postal puzzle

This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
overall: 3.45
fun: 3.55
innovation: 3.55
theme: 4.24
graphics: 3.43
audio: 1.31
humor: 2.10
mood: 2.45
A simple puzzle game built in C++ and compiled with emscripten to the web, only library used was flecs (https://github.com/SanderMertens/flecs) for the ECS.

Controls:
* WASD to move
* F to fire the held mail item, if any
* R to restart the current level.

I aimed to build as much as the game from scratch without any engine and as few libraries as possible. This tends leave very little time to build the actual game though :smile:
Still had fun building it even if its very barebones.

Post compo bug fixes:
* Fixed an issue that caused stacked mail to be all picked up at once, deleting all but one of the mail
Found a bug?
Tell us on Discord