Dracon Games
Birds-eye Sub-engine Template
Starter template for tile-based games using @dracon/canvas2d's birds-eye sub-engine. Clone, rename, customize the TileMap + TileEntity to build a strategy/RPG/roguelike game.
demo
demo ← All games
About
Official Dracon birds-eye sub-engine template. Renders a 4x4 floor with one entity using TileMap + TileEntity + the <BirdsEyeCanvas> wrapper from @dracon/canvas2d v0.3.0. The template is a thin SvelteKit 2 + Vite + adapter-static scaffold that imports the canvas2d library and ships the minimum viable birds-eye game. See demo-birds-eye for a richer example with TilePathfinder + TurnManager + click-to-move.
Runs on
- Browser
- Chrome 120+, Edge 120+, Firefox 120+, Safari 17+
- GPU
- any
- RAM
- 512 MB
- Asset size
- 1 MB
- Notes
- SvelteKit static template. 4x4 floor with one entity in the center — the smallest possible demo of the birds-eye sub-engine that compiles + renders. See demo-birds-eye for a richer example with TilePathfinder + TurnManager.