2010-09-29, 06:54 PM
In math today, we started a "year long tournament" for something called Jotto. The rules are simple:
"I" or "Impossible" means there is no way these letters can be in their word.
"K" or "Known" means I know these letters are in the word.
Everything else goes in limbo.
When two lines follow one number and a colon, it means one of those lines will happen but there is no way to know which. It's much cleaner than an "OR".
"AND" means both letters or both statements.
"OR" means one of the group, unless otherwise stated. It never means all statements can be true. 'This or that'.
List of words and their number from class.
I'm looking for some help. Is my logic off? Did I miss an absolute when looking over the words, or did I mistype something in my mutations tree? Is there a better way to go about this?
I don't want to spend an hour working out what words to do in what order if I have a giant error right here.
- Each team chooses a secret, 5 letter word. No repeating characters, no proper nouns, and it must be an English word.
- Each team takes turns guessing a word. The other team tells them how many letters it shares with their secret word. ie: My word is blond. They guess other. I tell them 1, because both words have an o. Order does not matter.
- Using logic and / or cheating methods, you need to guess the other team's word first.
"I" or "Impossible" means there is no way these letters can be in their word.
"K" or "Known" means I know these letters are in the word.
Everything else goes in limbo.
When two lines follow one number and a colon, it means one of those lines will happen but there is no way to know which. It's much cleaner than an "OR".
"AND" means both letters or both statements.
"OR" means one of the group, unless otherwise stated. It never means all statements can be true. 'This or that'.
Spoiler
List of words and their number from class.
Code:
shirt 1
flirt 1
stick 0
bland 2
nodes 1
dance 2
dorky 1
barns 2
bored 3I don't want to spend an hour working out what words to do in what order if I have a giant error right here.

