Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.5 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.5 KB

Variant Hangman Game - Password Guesser

Project 1 - Hangman game

By: Alysson Campbell

Description of project:

This is a modified version of the traditional game of hangman. It was created as my first independent project within my General Assembly class(week 4).

Instructions:

When the game is run, a random word is picked from the word bank array. Each letter guessed will either display within the field of where the letter appears in the word or it will display in the "wrong letters already guessed" field and the "attempts left" will reduce by 1.

The letters guessed should be input as lower case as upper case submissions will not generate a true response to the matching letters. This issue may be updated in the future and when complete, the ReadMe will be amended.

When the game is over or won, an alert will show. On a game over, clicking the alert will reset the game. On a win, the user will return to the same screen and can choose to refresh with the browser.

Code Style:

Prettier

Built With:

Javascript / HTML / CSS

Details about the concept

Reference image for concept:

The theme chosen is based on the hacking terminals within the Bethesda game series Fallout. "Fallout", "Nuka Cola" the Pip Boy graphic and all related intelectual properties are copyright of Bethesda Games.

other than images/names that are copyright Bethesda, all code is copyright Alysson Campbell 2018


Thanks for reading!
=^._.^=