A game engine & editor for tile-based web games, check it out: l4w.onrender.com
Download the project with Git:
git clone https://github.com/giovannipessiva/l4w.git
Install its dependencies, build the sources and run it with npm, Node.js and Grunt:
npm install
npm run build
npm start
It will be reachable at: https://localhost:5000
Want more?