Final Project
The Guessing Game
I decided to create a number guessing game from all the knowledge that I have learned from Python during this semester. Python has a really cool module called random which can generate random values based on your desired conditions I have used it to create a random number guessing game for which you will have 3 tries and the number that you need to guess will be generated randomly from 1 - 10 every time. I only included the number from 1-10 because it will make the game simple and not too harsh for the players to follow up.
https://github.com/HungNguyen-usf/PythonProject.git
Comments
Post a Comment