Bull and Cow Attempt (prior to following course)

I liked to attempt the courses projects (if possible) before going through the material.
Here’s the code of my attempt of the game in C++:

https://pastebin.com/0e7i8i1J

main.zip (1.4 KB)

TODO:

  • Cleaning up output

  • “remove” used words from array

  • Clean up

Bugs:

  • Repeated words

Would love some input from others!