Minecraft-like browser prototype
Build a tiny voxel world with place/break actions, save snapshots, and reload them instantly.
= htmlspecialchars($dbError) ?>
Build canvas
Left click: place block · Right click: break · WASD: move
Blocks: 0 · Camera: 0,0
Runtime: PHP = htmlspecialchars($phpVersion) ?> · UTC = htmlspecialchars($now) ?>
Save current world
Saved worlds
No saves yet. Build something and save your first world.
= htmlspecialchars($world['name']) ?>
Updated = htmlspecialchars($world['updated_at']) ?>
How it works
Build fast
A lightweight isometric renderer draws a voxel grid without any 3D libraries.
Save snapshots
Every save stores the height map in MariaDB for quick recall.
Review worlds
Admins can inspect each save and load it back into the game.