Obj277 / Bull-Cow

"Guess the isogram" Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concept & Rules

  • This is a "guess the isogram" game.
  • An isogram is a word with no repeating letters.
  • The user has a limited number of guesses.
  • After each guess the computer outputs...
    • Bull = right letter in the right place.
    • Cow = right letter in the wrong place.
  • You win by guessing the word within max tries.

About

"Guess the isogram" Game


Languages

Language:C++ 100.0%