0.4.1 • Published 5 years ago

@kiigame/adventure_engine v0.4.1

Weekly downloads
9
License
BSD-3-Clause
Repository
github
Last release
5 years ago

kiigame

Netlify Status

KiiGame Adventure Engine is a HTML5/JavaScript based simple adventure game engine for web browsers. KGAE uses Konva, and Mocha, Chai and Sinon for unit tests.

The engine comes with an example game, Lätkäzombit: Pako hallista. The example game is in the Finnish language.

Take a look at the adventure creation guide: https://github.com/evktalo/kiigame/wiki/Adventure-creation-guide

How to test locally on Linux

The game is implemented as a web page. Therefore you need to run a web server on your machine to test it locally. Here are the steps:

Running unit tests

After installing with npm install, you should be able to run

  • npm test

in the project root to run the unit tests.

Building the library bundle

npm run build builds the library bundle to dist/.