A 2D tile-based game where maps are designed in LDtk and the game logic runs on Phaser 3.
- Design maps visually in LDtk
- Save
.ldtkfiles to the/mapsfolder - The game engine loads and renders them in-browser
index.html — Entry point
js/ — Game logic (Phaser 3)
maps/ — LDtk map files
assets/ — Sprites, tilesets, images
git clone https://github.com/kashmot2/mapgame.git
cd mapgame
python3 -m http.server 8000
# open http://localhost:8000MIT