Skip to content

hiddenwaffle/mazing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mazing

The purpose of this project was to reinterpret a retro game, and to learn several tools:

Building

Install Bower and Grunt if not already installed.

npm install -g grunt-cli
npm install -g bower

Clone and prepare

git clone https://github.com/hiddenwaffle/mazing.git
npm install
bower install

Build ./dist for development (unminified) and start local server and watcher

grunt

Clean and build ./dist for production (minified)

grunt finalize

Other tasks

grunt server # start server and watcher without building
grunt clean  # remove the dist directory

Credits

Sound and music are CC0 and were acquired from freesound.org.