kiigame/kged

Document game import/export package structure

Open

#25 opened on Feb 15, 2020

 (0 comments) (0 reactions) (0 assignees)JavaScript (6 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

The package structure the editor uses for loading and saving projects needs to be defined.

It might be wise to keep the structure closely aligned with how the editor does it so that deploying and running the created games is as simple as possible.

Current package structure:

pelidata.zip ├── images │ └── placeholder │ ├── furniture.png │ ├── item.png │ └── room.png ├── interactions.json ├── items.json ├── rooms.json └── texts.json

Contributor guide