Bulls and Cows

Description

This was my first project in C++. It was a part of the Unreal Udemy course. Players had to guess a 5 letter isogram, which is a word with no repeating letters. Cows are the right letter in the wrong place, and bulls are the right letter in the right place. This project taught me how to test for invalid input, use header files, and other basics of C++.


Bulls and Cows