0.1.2 • Published 4 years ago

tenkai v0.1.2

Weekly downloads
5
License
0BSD
Repository
github
Last release
4 years ago

Tenkai

Build Status Coverage Status NPM version

Tenkai is a 2D game engine written in JavaScript. It is designed to create games that run in the browser using standard PNG/JPG/MP3 assets, supporting multiple nested scenes and entities (sprites/mobs), audio and sfx, and an event driven management system.

When combined with the Electron project, Tenkai can be used to build standalone games that run on a variety of platforms including Windows, MacOS and Linux.

Installation

npm install tenkai

Documentation

Tenkai is a set of ES2015 classes designed to be complied to a JS application for the browser using Browserify or another similar toolchain. A blank game project with an on-demand complier and an Electron build toolchain is available.

npm Package Documentation

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago