Skip to content

This is a canvas game created with kola.js which was state management library created by a good friend of mine, James Cabresos. The game utilizes pixijs and greensockjs.

License

Notifications You must be signed in to change notification settings

rsandagon/BayawCanvasApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAG GANYAN TOHL!

HTML5 game in canvas support.

Edit bayaw-canvas-app

Prerequisites

  • NodeJS
  • NPM (comes bundled with NodeJS)
  • Gulp
npm install gulp -g
  • Domer (optional, if you don't use Domer for HTML templating)
npm install domer -g

Gulp

Build

This compiles the application with module type commonjs

    gulp build

Bundle

This browserifies the compiled ts code into one app.js file and at the same time, copies the non js code(css, html) to the bundle folder.

    gulp bundle

Run

runs a webserver on bundle folder.

    gulp run

debug mode

You can run any task with by adding --debug flag. This will produce a build with sourcemaps.

    gulp run --debug

About

This is a canvas game created with kola.js which was state management library created by a good friend of mine, James Cabresos. The game utilizes pixijs and greensockjs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published