Skip to content

kiigame/adventure_engine

Repository files navigation

KiiGame Adventure Engine monorepo

Node CI Netlify Status

Monorepo contents

The repository is set up as a monorepo at least for now. More information on individual components below.

The monorepo configuration is primarily intended as a tool to help separate the KGAE game engine from the original Lätkäzombit game, but if the setup works nicely, it could be used further (and for example contain the editor project as well).

The setup is (probably) messy, suggestions/contributions are welcome!

The monorepo uses the following dependencies:

KiiGame Adventure Engine

KiiGame Adventure Engine is a HTML5/JavaScript based simple adventure game engine for web browsers. KGAE uses:

Lätkäzombit

Lätkäzombit: Pako hallista serves as the reference/example game for KGAE. Try Lätkäzombit: Pako hallista here! The game is in the Finnish language.

Other stuff

There is an editor to create games using KGAE: check out kged here.

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

Development

npm install
npm run prepare

Committing

Note that husky runs typecheck and tests for each package, and for those to run, the engine needs to be built first.

cd kiigame
npm run build

Testing

To run the reference game, you need to bundle the engine first:

cd kiigame
npm run build

Then bundle the game itself and launch the local web server:

cd ../latkazombit
npm run build-dev
npm start

Navigate to 127.0.0.1:8080 in your browser - Lätkäzombit should launch.

Contributing

Contributions are welcome!

Disclaimer: This project is at the moment very much a hobby project with fairly specific but mostly undocumented aims and goals.

Branching strategy

  • Start a branch from main branch with a descriptive name
  • Create a pull request towards main

About

KiiGame Adventure Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9