Summary

Resources

Text to ASCII Art Generator (TAAG)

Demo

Notes\ Code

Time to create a number guessing game for today’s project, which we get no hints or task to accomplish this. We’re flying solo. The program should pick a random number 1 to 100 and the user will input guess which are checked to see if they are correct. If the guess is wrong we give the user feedback that the number was too high or too low. And we should make 2 levels of this game, easy where the user gets 10 guess and hard where they only have 5 guesses. To make this easier, I should create a to do list, and add comments to the code. Also really test for edge cases. Also add our own ASCII art that we can get from the resources link. To make the ASCII work correctly we need to make it a docstring in the art file. Lets do it 😎

Tasks: