Map editor for game development that runs in a browser. This repository contains the 2D tiled-map library and editor.
example: https://piyoppi.github.io/pico2map/simple_map_editor/
This library is still under development and will be upgraded frequently.
| Package | Summary |
|---|---|
| pico2map-tiled | A core library of the tiled-map |
| pico2map-tiled-colision-detector | A colision detection library for tiled-map |
| pico2map-editor | A core libarary of the tiled-map editor |
| pico2map-ui-components | Web components for tiled-map editor |
To get packages from github, you should edit .npmrc file. Show an example below.
(authToken must have the read:packages scope. ref)
//npm.pkg.github.com/:_authToken=xxxxxxxx
@piyoppi:registry=https://npm.pkg.github.com
npm install --save @piyoppi/pico2map-editor