joeyjurjens / Lingo-Game

A six-letter word guesser based on character checking. Done for a first years school assignment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lingo Game

This is a simple six-letter word guesser game.

How it works: The program will take a random word from a array with a bunch of six-letter words.
The user enters a word, then the program will check if the character of the word, is in the same position of the six-letter word.

Example:
Word to guess: acting
Users guess: action
Program shows after guess: acti**

First GUI project made with JavaFX.

About

A six-letter word guesser based on character checking. Done for a first years school assignment.


Languages

Language:Java 100.0%