Coding a Guessing Game

I got to code a guessing game as a fun coding project. The idea was to give one question in a certain amount of categories, with hard-coded answers. If the person guessed wrong too many times, then they are out.

The code employed while loops, if loops, elif loops, variables, else statements, counters, and many many print statements. I would rank it as a beginner-medium code.

It’s pretty fun and pretty simple.

The link to the code is here.

Comments

Leave a comment