Quick overview
Sample Block Stacker is a puzzle game built for macOS that focuses on straightforward block-stacking challenges. The project is open-source and implemented using Lua with the LÖVE framework, offering a lightweight, moddable foundation for players and creators.
Gameplay basics
- Core mechanic: stack falling blocks while preventing the playfield from filling to the top.
- Primary objective in most variants: avoid topping out to keep the run going and extend your score.
Players will find the controls and objectives easy to grasp, but the pressure of keeping the stack from reaching the ceiling keeps each mode engaging.
Modes, modding, and customization
- Includes more than seven distinct play modes, each with its own twist on the stacking formula.
- Extensible engine: users can design and add their own modes, modifying rules and behavior through the game’s moddable architecture.
This flexibility makes the game suitable both for casual puzzling and for hobbyist designers who want to prototype new mechanics quickly.
Score tracking and interface
- Global convenience: high scores are recorded separately for each mode and can be viewed from the main menu.
- Persistence: best runs are saved so you can track progress and compare performances over time.
The menu gives straightforward access to mode selection and leaderboards, so reviewing or continuing a session is simple.
Alternate recommendation
If you’re looking for a different experience, consider:
- Darkestville Castle — Paid
This offers a distinct style and gameplay approach for players seeking something outside the block-stacking genre.
Technical
- Mac
- Full