ImranAdan / Hangman

Simple Hangman Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman Game

Build Status

Hangman as a web-app.

  • The app needs a client side to play the game, browser based.
  • The app should have a 'management' page that shows a summary of the state of all games that are currently being played.
  • The app should keep the current game state persistent across server and browser re-starts.
  • The app could be used by many users at the same time.
  • The app build process can be any technology and could produce a war file that can be deployed in a tomcat or a jar for a standalone JVM server.

Requirments

Server Dependencies:

  • MongoDB v3+
  • Maven

Installing and Running App

Server:

  • Hangman is a spring boot app
$   mvn clean package verify

TODO: More content soon

About

Simple Hangman Game


Languages

Language:Java 57.3%Language:Shell 24.1%Language:Batchfile 18.6%