2D
game
roguelike
level editor
Small project for testing some technologies and convert them into the game
yarn install
npm serve
run public folder with build- localhost:9000
- add Editor for creating levels
- save/load levels by
JSON
- make first level for testing
- ...