Skip to content

This is a simple console game "Guess an number" from SoftUni Fundamentals course with Python

License

Notifications You must be signed in to change notification settings

IvanVakov/GuessANumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Guess A Number game by Ivan Vakov

This is a simple console game "Guess an number" from SoftUni Fundamentals course with Python

Python-Number-Guessing-Game-1

The simple console game Guess A Number". "Guess A Number" is a game in which your opponent, "the computer", chooses a random number between "1 and 10", and your task is to guess this number. After each number you enter, the computer will give you a hint of whether the number is greater or less than the number you selected until you guess the correct number. You will have 5 attempts and if you do not guess the number of the computer you will loose the game. If you try to add text instead of a number you will receive invalid input, try again.

Example screenshots from the game:

image

image

Live Demo

image

You can play the game directly in your Web browser here:

first open this link

Click Run to start the game

About

This is a simple console game "Guess an number" from SoftUni Fundamentals course with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages