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.
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.
3-ComputerGuessNumber
- In this project, computer tries to guess the number that is had by mind.
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
5-Advanced RockPaperScissors
- Same as above features