elmeron-world-model
v0.0.2
Published
## CLI Demo
Downloads
9
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 startAvailable 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)
