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
- Node
- Npm
- Yarn
- Git
Clone the repo and install the dependencies.
git clone https://github.com/fernandoescolar/crappy-engine.git
cd crappy-engine
yarn install
You can compile this library and the game included by:
yarn build
Open index.html
in your favourite browser.