verybluebot / color-game-phaser

Simple color game build with phaser, part of Udemy course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webstart

Web Start is a boiler plate based on 'Fast Shell' with Added capabilities for staring up a clean web project.

Installation

as simple as:

  1. Clone the project.
  2. cd into the root folder.
  3. run npm install (asuming you have npm and node installed on your machine).
  4. run gulp.
  5. go to localhost:3000 in your browser and walla.

Added features on top 'Fast Shell'

  1. Bootstrap integrated in node_modules and compiled as a minified css file.
  2. "Open Sans" font added for demo purpuses in the sass build process.
  3. Project set for full ES6 compatibility.
  4. Icons package integration using "Icomoon"

License

MIT

About

Simple color game build with phaser, part of Udemy course

License:MIT License


Languages

Language:JavaScript 69.5%Language:CSS 28.6%Language:HTML 1.9%