/python-project

Projects written in Python will be collected in this repo.

Primary LanguagePython

python-project

Projects written in Python will be collected in this repo.

1-TriangleDrawingsWithStars

  • In this project, you can see the triangles drawing with stars in various shapes.

Triangles

2-GuessNumber

  • In this project, player tries to guess the number that is generated by system.
  • If the player enters number and number is greater than right answer than system gives a hint that entered number is 'high' otherwise if number is smaller than right answer than it says 'lower'
  • If the player enters the same number that is generated by system then program displays the winning message and game ends there.

Guess

3-ComputerGuessNumber

  • In this project, computer tries to guess the number that is had by mind.

ComputerGuess

4-RockPaperScissors

  • In this project, the player choices the option among rock, paper and scissors. After that computer select. The winner is decided as per the rules.

Rules;

  • Rock beats scissors
  • Scissors beats paper
  • Paper beats rock

RockPaperScissors

5-Advanced RockPaperScissors

  • Same as above features

AdvancedRockPaperScissors