https://github.com/Romandre/BullsCowsGame_UE4

A word guessing terminal-based game built on Unreal Engine 4.

The game is built in scope of Unreal Engine C++ Developer course on Udemy.com

How the game works:

The game is built with provided assets and has a little map area.

Снимок экрана (13).png

The game starts with a welcoming message in the built-in terminal placed on the plane object acting as a wooden pole. The opening message briefly explains the purpose of the game - to find a hidden word by giving hits of how many Bulls and Cows were found.

When a player types in a guess word, the game will provide a note of how many Bulls and/or Cows are there. The Cows correspond to characters which exist in a hidden word. The Bulls correspond to characters which not only exist but also placed correctly as in a guess word.

Opening message also mentions the length of the hidden word and the amount of lives that player has until the game is over. The word is always random and is taken from the file with appropriate words list.

After pressing Enter the game begins. Player can now start guessing a word:

After typing a guess word and pressing Enter the game shows the word from your input, the number of Bulls and Cows, a hidden word length and found letters if such were detected. In addition, the game reminds of the lives that player has left. The game can be continued by entering another guess.