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.
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.
You only need a few things to get the app up and running locally.
- 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:
MIT