Skip to content

kopciak/grot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GROT

Simple HTML5 canvas logic game.

Working with code - useful commands

Run all commands in project root.

Install all required depenencies:

npm install

Run production build:

npm run build

output files ready to server deploy will be placed inside build folder.

Start development server:

npm run dev

This starts virtual server with detecting changes, automatic coffee files compiling, and live reloading.

Demo

http://grot.hackathons.stxnext.pl/

Authors

About

Simple HTML5 canvas logic game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 66.9%
  • HTML 18.3%
  • JavaScript 12.9%
  • CSS 1.9%