https://github.com/brutalcoding/bullcowgame
https://github.com/brutalcoding/bullcowgame
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brutalcoding/bullcowgame
- Owner: BrutalCoding
- Created: 2017-08-12T13:25:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T22:38:22.000Z (almost 9 years ago)
- Last Synced: 2025-10-03T02:50:34.162Z (9 months ago)
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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 computers outputs..
-Bull = right letter in the right place.
-Cow = right letter in the wrong place.
- You win by guessing the word within max tries.