Bull and Cows with user input and list of words

Just another version. This version has a list of 50 Isograms based.

I’'ve add input from the user on how big the isogram is to be (from 3 to 6) and a hidden word is chosen from a list. Thanks to all the students and Ben for an excellent coarse.

1 Like

Good job! That’s good that you implemented what you learned for your list of words by using a map but you actually could just make an array instead. Maps are more for entering data, or perhaps pairing very specific values, while arrays is for quick random access to data. Your words could be accessed by simple indexing.

Privacy & Terms