/crappy-engine

A 2d sprites and canvas video-game engine in TypeScript

Primary LanguageTypeScript

crappy-engine

This is a library that helps you developing 2d videogames for Web, PWA or Cordova platforms.

  • It is written in TypeScript
  • Strongly object oriented
  • Extensible
  • Simple

Requirements

  • Node
  • Npm
  • Yarn
  • Git

Common setup

Clone the repo and install the dependencies.

git clone https://github.com/fernandoescolar/crappy-engine.git
cd crappy-engine
yarn install

Steps for build

You can compile this library and the game included by:

yarn build

Steps for play the demo game included

Open index.html in your favourite browser.