Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 514 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 514 Bytes

Supply Chain is meant to be a simple demonstration game of the gamebase-economy and gamebase-gameserver components.

The simple intention is to have three locations:

  • An agricultural area, capable of logging, farming and mining
  • An industrial area, capable of processing logs, smelting and manufacturing goods
  • A commercial area, capable of making food, and selling to the public

Running

  1. Install dependencies by running npm install
  2. Run node server.js
  3. Open client/assets/index.html in a browser