skylar-guest-wgame
v1.0.0
Published
A simple CLI game to guess a random word.
Downloads
3
Readme
Random Word Guessing Game
A simple command-line interface (CLI) game where the player guesses the letters of a randomly selected word.
Installation
- Clone this repository.
- Navigate to the cloned directory.
- Run
npm install
to install dependencies.
How to Play
- Start the game by running
npm start
. - You will be shown a word represented by underscores, each representing a letter in the word.
- Guess one letter at a time. You will be informed whether your guess is correct.
- If you guess a letter correctly, it will be revealed in the word.
- You have a limited number of attempts to guess the entire word.
- The game ends when you guess the word correctly or run out of attempts.
Enjoy testing your word-guessing skills!