Hangman Project

  • Java
  • _nology

This is a project to write a logic of hangman game in Java console. Throughout the game process, the code is able to communicate with a user by utilising Scanner class. The prompt message ensures a user what to enter in a console and the inputs from the user will take consideration into the conditional logics in the code to progress a game.

Features of App/Project

  • This game allows users to guess by a letter or word. Game options are selected by a user.
  • All of the game will be logged in a separate txt file with the game results information such as question word, result of the game and number of guess made
  • A hangman gets drawn as a player makes a mistake
Hangman Project