It is a terminal based game within Unreal Engine 4.25 with the use of C++ (Unreal Engine specific) in Visual Studio code. In this game, the player has to guess an isogram (list of hidden words). Letter in a guess and at right place is a "Bull" and letter in a guess but in a wrong place is a “Cow”. And if the letter that isn’t in our hidden word will neither receive a “Bull” or a “Cow”. The player will make a guess. The player will lose a life if he gives the wrong answer and display how many bulls and cows the player gets. If the correct word is guessed then the game is won and if the lives ran out, the game is over.