Hi everyone!
You’ll find below my updated version of the Bull Cow Game:
When I was following Ben’s lecture, my code was very similar to his so I didn’t see a point of publishing it here. I decided to create an updated version a couple of weeks later, without referring to the lectures, and adding a text dictionary and difficulty setting. This was a great exercise, as it allowed me to check what I gained from the first section of the course, and what I should review.
I also created a C++ implementation of the classic Snake game. I’m a complete beginner, and this was a good opportunity to learn how to use vectors and to work with non standard libraries. You can find the source code:
If you have any suggestion, please feel free, it’s always welcomed 