Skip to content

kapekost/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HANGMAN

  • HANGMAN browser game
  • 0.0.3

About

Hangman game.

  • maintain data after server/client reload
  • send SMS
  • P2P browser communication
  • global statistics page
  • HTML5
  • JavaScript
  • NodeJS
  • Bootstrap
  • SMS NEXMO API

Set up

$ cd  src
$ npm install
$ node server.js

Enable SMS (nexmo) functionality

  • set the variables in src/utils/nexmo.js
    var API_KEY = 'API_KEY';
    var API_SECRET = 'API_SECRET';

2015-12-31 00_25_49-Start.png

Releases

No releases published

Packages

No packages published