The core game scripts used for Fable Maker
- 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.
Read the Contribution guide
Currently under the MIT license