A browser-based block stacking game built with HTML5 Canvas. No installation, no account, no external dependencies.
Stack Tower is a browser-based block stacking game. A coloured block slides back and forth across the screen. You tap, click, or press Space to drop it onto the tower below. The portion that overlaps with the block underneath stays on the tower. The rest falls away.
Each imprecise drop trims the block width to only the overlapping area. Drop a block perfectly aligned and it earns a Perfect bonus — the block width stays the same and you get extra points. The game ends when a block misses the tower entirely.
The game runs entirely in your browser using HTML5 Canvas. It works on desktop computers, tablets, and mobile phones without any installation or account creation.
Stack Tower is built entirely with standard web technologies. No frameworks, no external game engines, no third-party libraries.
The game page is a standard HTML5 document. The canvas element provides the drawing surface for the game.
The game logic, animation loop, collision detection, and scoring are all written in plain JavaScript with no external libraries.
All game graphics — blocks, particles, HUD, and animations — are drawn programmatically onto an HTML5 Canvas element.
The website layout, typography, and responsive design are handled with CSS3. No CSS frameworks are used.
Your best score is saved in the browser's local storage. It persists between sessions without any server-side storage.
All fonts are served from the same domain as the game. No external font CDN requests are made when the page loads.
No. The game runs directly in your browser. No account, login, or registration is required at any point.
Yes. Stack Tower works on mobile phones and tablets. Tap the canvas to drop blocks. The canvas scales to fit your screen size.
Your best score is saved in your browser's local storage. It is stored only on your device and is not sent to any server.
A Perfect drop occurs when the dropped block aligns almost exactly with the block below it — within a 4-pixel threshold. The block width does not shrink and you receive a bonus of 15 points plus a combo multiplier for consecutive Perfects.
Yes. The moving block speeds up as your score increases. Each level raises the speed, making precise timing more difficult as you progress.
No. Stack Tower has no in-app purchases, subscriptions, or paid features of any kind.
Open the game page and start stacking. Your high score is saved automatically.
Play Stack Tower