Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 820 Bytes

File metadata and controls

36 lines (23 loc) · 820 Bytes

Fable Maker Core

The core game scripts used for Fable Maker

Development

  • Clone the repository
git clone https://gitlab.com/FableMakerEngine/core
  • Install dependencies
npm install
  • Run the development script to build and watch for changes
npm run dev
  • Test the game

To test the game your best options is to use vscode or any IDE with a builtin nwjs launch/debugger.

We do have the proper launch.json in this repository so if you open up vscode and hit the debug play button, the game will run for you.

Contribute

Read the Contribution guide

License

License: MIT Currently under the MIT license