fleeting / hangman2999

The classic game of Hangman created with Angular, Node, and Express.

Home Page:http://hangman2999.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hangman2999 GitHub version VersionEye

The classic game of Hangman created with Angular, Node, and Express. This was a learning experience in Angular and Express and is the product of a weekend of hacking. Handcrafted with ♥ from Boston, MA by James Fleeting.

Demo

The demo is hosted on Heroku and is synced with the master branch of this repo. The word list is currently themed arcade games. Check it out at hangman2999.com.

Prerequisites

You only need a few things to get the app up and running locally.

Install

  • Clone the repo with git clone git@github.com:fleeting/hangman2999.git.
  • Install modules and components with npm install && bower install.
  • Start up the game with node app.js.
  • Check out http://localhost:3000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the one click button:

Deploy to Heroku

License

MIT

Hangbot

About

The classic game of Hangman created with Angular, Node, and Express.

http://hangman2999.com

License:MIT License


Languages

Language:CSS 77.6%Language:JavaScript 13.9%Language:HTML 8.5%