tactile-core-web

1.1.6 • Public • Published

TACTILEweb

Build Status Coverage Status

Game Engine Core

Welcome to the TACTILEweb game engine core library!

The purpose of this codebase is to export a kernel which provides enough surface area to run a very wide array of game genres.

Design

Consider the following state tree:

{
  "engine": {"isRunning": true},
  "updaters": {
    "physicsUpdater": {
      "internal": {},
      "components": [{
        "id": "asd34y",
        "value": {}
      }, {
        "id": "0df9eg",
        "value": { ... }
      }]
    }
  },
  "renderers": {
    "spriteRenderer": {}
  }
}

Contributing

Thank you for your desire to help improve the TACTILEweb library. To get started, clone, then

git submodule init

and finally

npm install

Please visit our contributing doc for commit guidelines.

VS Code Users

This repository comes with a .vscode settings submodule where several extensions are recommended to improve the community development experience. The settings include usage of a font which renders with ligatures. If you do not install this font, the editor will render text in the default system font. Please check out our guide for more information.

Authors

@mlynam

Package Sidebar

Install

npm i tactile-core-web

Weekly Downloads

0

Version

1.1.6

License

Apache-2.0

Last publish

Collaborators

  • iteam-consulting