Skip to content

This is a hangman game implemented in html/css/javascript

Notifications You must be signed in to change notification settings

brdavis/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

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.

How To Run This Application

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:

  1. Open the linux command line on your computer.
  2. Clone this repository with the following command:
    git clone https://github.com/brdavis/Hangman.git
  3. Open the application with the following command:
    open ./Hangman.html

System Requirements: Linux OS and web browser

License

This repository does not have a liscence and so all files are protected under copyright.

Author

Author: Blair Davis

Status and Development Documentation

  • 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

About

This is a hangman game implemented in html/css/javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published