Skip to content

Game Data

May Pongpitpitak edited this page Jun 7, 2017 · 2 revisions

World Data

Most data for the game is packaged separately from the game application itself which allows the same to be loaded with additional contents as well as allows the content to be updated separately. The biggest inspiration for this decision is to allow community to create end-game contents to add to the game.

Main Story

End-Game Contents

The end goal for this is to allow any one from the community to create a game content, and host it on a publicly accessible git repo like GitHub. The game would be able download and update content through npm packages infrastructure through git repo.

Player Data (Game Save)

Inventory

Current State Data

Clone this wiki locally