0.0.8 • Published 6 years ago

ivor2 v0.0.8

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

childrens-ivor2-engine-prototype

Childrens IVOR2 Modular Game Engine

To install:

npm install

To build:

We are pulling the typsescript files directly into the various games without transpiling them first, so there is no longer a need for a build step.

However, the following command can be used to run an optional build script user-post-compile.js, which might be used for browser refreshing:

npm run compile

To create a symlink to the core framework for local development:

cd childrens-ivor2-engine-prototype
npm link
cd ../your-game-repo
npm link ivor2

Then you should be able to run your game on a local server as normal.