Skip to content

macav/mangled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a55fe6 · Feb 7, 2016

History

15 Commits
Feb 7, 2016
Feb 4, 2016
Feb 4, 2016
Feb 7, 2016
Feb 4, 2016
Feb 4, 2016
Feb 4, 2016
Feb 7, 2016
Feb 7, 2016
Feb 7, 2016
Feb 7, 2016
Feb 6, 2016
Feb 7, 2016
Feb 4, 2016

Repository files navigation

Mangled - a word game

A simple word puzzle game, where users must guess as many words as they can in a time limit without any mistake.

Live demo

Live demo can be found at:

https://fiery-heat-7049.firebaseapp.com/

Install Dependencies

Install dependencies via

npm install

and

bower install

You should find that you have two new folders in your project.

  • node_modules - contains the npm packages for the tools we need
  • app/bower_components - contains the angular framework files

Run the Application

We have preconfigured the project with a simple development web server. The simplest way to start this server is:

npm start

Now browse to the app at http://localhost:8000.

Testing

You can run unit tests using

npm test

Build

You can build minified version using

gulp clean-build

Docs

Docs can be built using

gulp build-docs

and served via

gulp serve-docs

About

Mangled - a word game written in AngularJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published