/kontra-demo

Simple demo using the Kontra game engine.

Primary LanguageTypeScript

Kontra Demo

This is a simple demo using the Kontra game engine.

"Kontra is a lightweight JavaScript gaming micro-library created specifically for the Js13kGames game jam."

Installation

Requires node v14 so ensure that you run the following command:

nvm use
git clone https://github.com/kgish/kontra-demo.git
cd kontra-demo
yarn

Run

yarn dev

Point your favorite browser to http://localhost:1234 and enjoy!

Build

yarn build

Lint

yarn lint

Test

yarn test

References