kgish / kontra-starter-template

Simple starter template for the Kontra game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kontra Starter Template

This is a simple starter template for 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-starter-template.git
cd kontra-template
yarn

Run

yarn dev

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

Build

yarn build

Lint

yarn lint

Test

yarn test

References

About

Simple starter template for the Kontra game engine.


Languages

Language:TypeScript 40.0%Language:HTML 32.7%Language:SCSS 27.3%