Skip to content

A Java based implementation of Hangman, where the user picks a word, and the Computer tries to gues the word.

Notifications You must be signed in to change notification settings

Carlos-Muniz/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangman the Game!

Introduction

This project is an implementation of Hangman the game in Java. Here the user picks a word, and the Computer tries to gues the word. This is a text-based, in-terminal game that uses a corpus of words to determine the best choice of letters. The corpus of words can be found here.

Playing the Game

All instructions are included in the terminal. Instructions include:

  • Think of a word and enter the number of letters in that word:
  • The rules are simple. I'll guess a letter that is in the word. If I'm right, you tell me 'yes', and where that letter is. If I'm wrong you tell me 'no'. I have 5 guesses to get it right.
  • Did I guess right? (yes or no)
  • Where does the letter go? (Use commas (,) to separate multiple answers.)

How to Contribute

If you are interested in contributing to the project, feel free to fork and request to merge!

About

A Java based implementation of Hangman, where the user picks a word, and the Computer tries to gues the word.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages