The game Bulls and Cows is a word guessing game made using C++ only. It is somewhat similar to Wordle and Hangman, however here you have to/can guess only isograms.Â
Bulls mean number of letters correctly guessed and are at the right location as compared to the hidden isogram.
Cows mean number of letters correctly guessed but are not at the right location as compared to the hidden isogram.
This short core C++ game was developed to understand types, game loops, routines for game development and Unreal's coding style.