Skip to content

suleyman-kutukoglu/guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

guessing-game

A small console application that I developed when I started learning Python.

It chooses a random word from the word list and asks you to guess it correctly step by step.

Sample:

Selected random word: YELLOW

The word contains 6 letters.

Please enter one letter or a 6-letter word:

(If we enter 'W' in this letter entry field, we will see a field like this.)

Yes! The word contains the letter 'W'

***** W


(Now we need to enter a letter or a word.)
(Let's enter 'L' this time. Now we see a field like this.)

Yes the word contains' L's.

** LL * W


(Now let's enter 'YELLOW'.)
(If we found the right word, we'll see a field like this.)

Yes, the word is YELLOW! You got it 3 tries.


About

A little console application I made when I started learning Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages