Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document game import/export package structure #25

Open
evktalo opened this issue Feb 15, 2020 · 0 comments
Open

Document game import/export package structure #25

evktalo opened this issue Feb 15, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@evktalo
Copy link
Member

evktalo commented Feb 15, 2020

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

@evktalo evktalo added documentation Improvements or additions to documentation good first issue Good for newcomers labels Feb 15, 2020
@evktalo evktalo changed the title Document project package structure Document game import/export package structure Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant