README
Elmeron World Model
CLI Demo
Make sure npm is installed. Clone down this repo and step into the folder.
# Setup
npm install
# Use the demo
npm start
Available commands
- show - list all tiles on the current level
- zoom - zoom in or out on a tile position
zoom 0 0zooms in on position (0, 0)zoomzooms out to the upper world
- explore - explores an unexplored tile
explore 0 1explores the unexplored tile on position (0, 1)