Skip to content

ashmee/jumper

Repository files navigation

Easy browser game written in TypeScript with Phaser 3

Посмотреть собранную версию можно на github pages => тут https://ashmee.github.io/jumper/

Не работает на мобильных устройствах (с touch экранами)


Languages & tools

JavaScript

Phaser

  • Phaser 3 — 2D game framework. Phaser uses both a Canvas and WebGL renderer internally. It uses the Pixi.js library for rendering.

Prettier

CSS and HTML

  • Pure HTML
  • Pure CSS

Parcel

  • Parcel for bundling in prod and developing via npm startand getting automatic refresh in the browser whenever you update a file.

Install

$ git clone https://github.com/ashmee/jumper.git
$ cd funbox-kote
$ npm install

Start & watch

$ npm start