Skip to content

kitafra/mapgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MapGame

A 2D tile-based game where maps are designed in LDtk and the game logic runs on Phaser 3.

JavaScript Phaser

Play

Launch MapGame

How It Works

  1. Design maps visually in LDtk
  2. Save .ldtk files to the /maps folder
  3. The game engine loads and renders them in-browser

Project Structure

index.html   — Entry point
js/          — Game logic (Phaser 3)
maps/        — LDtk map files
assets/      — Sprites, tilesets, images

Run Locally

git clone https://github.com/kashmot2/mapgame.git
cd mapgame
python3 -m http.server 8000
# open http://localhost:8000

License

MIT

About

2D tile-based map game built with Phaser 3 and LDtk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors