Skip to content
Zao1214 edited this page Oct 18, 2017 · 11 revisions

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.

Requirements

  • What will the inputs be? In what format?
    • Plain text instructions for all interactions.
  • What will the outputs be?
    • Code to deal help the player make a valid guess (e.g. all lowercase, an isogram, right length).
  • What tasks will the user be asked to do?
    • Code to check the number of Bulls and Cows in the guess, compared the hidden word.
  • Any performance limits worth mentioning?
    • Code to keep track of the number of valid guesses.
  • What assets (art, sound, story text) do we need?
    • No assets
Clone this wiki locally