/jotto

Java simulation of Jotto Game

Primary LanguageJava

JOTTO GAME

Overview

GUI

  • The main view for this game consists of Guesses, Partial/Exact matches, Annotation Board, and Hint Board
  • By default, the difficulty level is EASY. Players can choose a different level by selecting the difficulty dropdown and hit Restart
  • If players want to get some hints, some letters are required (by inputting some letters in the input box). For LETTERS hint type, at least 3 letters are required.
  • Players can make use of the annotation board to keep track of letters that are guaranteed to be in the target word (by left clicking on the corresponding letters), and letters that are guaranteed not to be in the target word (by right clicking on those letters)

How to play

  1. Get the source code
  2. Open the terminal, navigate into the source folder, and type
    make run
    to launch the game

Enjoy!