Copyright (c) 2017 Blair Davis
This Github repository contains a straight-forward implementation of the game hangman. Currently the game is implemented as player vs. machine and has five levels of difficulty (1 being the easiest to 5 being the hardest). The user can either guess a letter or the entire word. As a fun touch, all of the words in each level are pulled from the GRE verbal section so this game could be used as a fun way to prep for the test.
This application uses HTML to set the structure, css to style, and javascript to implement the functionality. Feel free to glance at all source code for implementation specific details.
This application is currently under copyright. Just as an explicit clarification, this application is written in html, css, and javascript and is intended to be deployed in a private browser via the linux command line.
This is a web-based hangman application that is currently not live on any website. In order to deploy and play this game you can open it via the linux command line and play it on your private browser. Below is an outline of the steps:
- Open the linux command line on your computer.
- Clone this repository with the following command:
git clone https://github.com/brdavis/Hangman.git - Open the application with the following command:
open ./Hangman.html
System Requirements: Linux OS and web browser
This repository does not have a liscence and so all files are protected under copyright.
Author: Blair Davis
- The status of this project is complete. For documentation feel free to look at the comments within all of the source code to understand coding implementation