rockacola / hanabi

Hanabi - HTML5 Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hanabi

HTML5 Game (demo)


Build

Prerequisites

  • Node.js and NPM
  • gulp NPM module

First Build

  • Execute npm install
  • Execute gulp which will perform 'build' and starts 'watch' and 'server' tasks.

Development Build

  • Execute gulp build

Production Build

  • Execute gulp build-production

Resources

Todo List

  • provide a random seed by default
  • has near collusion visual indication
  • usage of GA to track user's interactions
  • action to restart the game without refresh web page
  • action to change starting level
  • action to change attack type
  • death animation

Backburner

  • add touch drag support
  • mouse support
  • display time in seconds instead of frames

Roadmaps

  • SFX
  • Replay mechanism
  • user controlled slow motion feature/mechanism

About

Hanabi - HTML5 Game

License:MIT License


Languages

Language:CSS 57.7%Language:JavaScript 39.7%Language:HTML 2.7%