项目作者: AnnyHuynh

项目描述 :
Word-Guess-Game
高级语言: JavaScript
项目地址: git://github.com/AnnyHuynh/Word-Guess-Game.git
创建时间: 2018-10-14T00:57:02Z
项目社区:https://github.com/AnnyHuynh/Word-Guess-Game

开源协议:

下载


Word-Guess-Game

Overview

  • Guess what is the animal in hidden picture?
  • Word-Guess-Game is written in javascript.

How to play

View App:

App:

  • Press any key to get started, and guess what’s name of the animal behind the picture box.
  • Hint:look at how many letter spaces on the animal’s name.
  • If the word is Dog, it displays like this when the game starts: _ _ _.
  • Number of Guesses Remaining. This number decreases when an incorrect letter is entered.
  • Letters Already Guessed: a list of letters already guessed: e.g. L Z Y H.
  • Wins: All guessed letters are correct —> animal picture will be displayed in the picture box.
  • After the wins/loses, the game will automatically choose another word to play again.

Repository

  1. ├── assets
  2. | ├── css
  3. | | └── style.css
  4. | ├── images
  5. | └── javascript
  6. | └── game.js
  7. └── index.html