https://aosilvester.github.io/WordGuessGame/
What is Word Guess Game? Word Guess Game is an application designed to showcase basic javaScript knowledge in the form of a hangman-style computer game. The logic is done completely in javaScript
How Does Word Guess Game Work? When the page loads, javaScript selects a word from an array of possible answers. It then listens for the event of
Purpose of the Project The purpose of this project was to grasp the both the syntax and logic necessary for coding as well as understanding the process for how something as simple as a game of hangman can be achieved.
A web browser is the only necessary application needed to run this app.
The apps's files can be accessed by pulling from the repository.
The app is fully functional when the browser has loaded.
If there are any problems or issues with this app, please contact the author.
Hang Man Game was developed by Alex Silvester in 2018
You may contact Alex via email at (aosilvester@gmail.com) with any questions.
- 0.1
- Initial Release