Eddykasp / platformer-html5-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platformer

Install

  1. git clone
  2. npm install

Develop

  1. npm run build to build for first time

  2. npm run build:watch to automatically rebuild when making changes to project files

Important: Do not edit the bundle.js file manually. It is automatically built by the build script. All code belongs in the js directory.

Known Isssues

  • horizontal movement on Safari for iOS is not working

About

License:MIT License


Languages

Language:JavaScript 96.5%Language:HTML 3.0%Language:CSS 0.5%