-
Notifications
You must be signed in to change notification settings - Fork 0
Game Data
May Pongpitpitak edited this page Jun 7, 2017
·
2 revisions
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.
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.