Najeeb Hassan
Software Developer
Project Name: Bulls And Cows - Isogram Game
Project Type: C++ Text Game
Project Link: Click Here (source code only!)
Information:
This is a simple text game based on Mastermind that I have created to learn C++. This game is won when the player
figures out what the hidden word is within a certain amounts of words. The number of Bulls means that the player
has correctly figured out the right letter in the right place, Cows represent the number of letters the player has
guessed correctly, but in the wrong position.
To run the game, download the source code, open up Visual Studio 2017, and run the application without debugging!
Software Used:
• Visual Studio
Programming Languages Used:
• C++