0.1.11 • Published 3 years ago

@kiswa/kilo v0.1.11

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

kilo

A simple 2D game engine library written in TypeScript.

kilo uses WebGL to render a 2D game world, but falls back to canvas when required.

Examples

In the examples directory are several demonstrations of various things that can be done with kilo. Each has its own README to explain what it does, and the code should be useful for your own creations.

To see an example in action run npm i then npm start from within the example's directory. This starts the example (by default) on http://localhost:9000 which you can browse to and see the example running.

Documentation

The docs directory contains auto-generated documentation. It is available online at https://kiswa.github.io/kilo/.

Library Development

Install dependencies

npm i --python=/path/to/python2

Run tests

npm test

Run tests with coverage reporting

npm run test:cov

Update docs

npm run docs
0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago