File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
58
58
---
59
59
60
60
### 7. HigherLowerGame
61
- - A game where users guess whether one entity has a higher or lower value compared to another (e.g., higher social media followers).
62
- - Key Features:
61
+ - A game where users guess whether one entity has a higher or lower value compared to another (e.g., higher social media followers).
62
+ - Key Features:
63
63
- Interactive gameplay.
64
64
- Compares numerical values.
65
- - Concepts Used: Functions, conditionals.
65
+ - Concepts Used: Functions, conditionals.
66
66
67
67
---
68
68
@@ -76,11 +76,11 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
76
76
---
77
77
78
78
### 9. RockPaperScissorsGame
79
- - A simple implementation of the classic "Rock, Paper, Scissors" game.
80
- - Key Features:
79
+ - A simple implementation of the classic "Rock, Paper, Scissors" game.
80
+ - Key Features:
81
81
- Allows user and computer to play.
82
82
- Determines the winner based on the game rules.
83
- - Concepts Used: Random module, conditionals.
83
+ - Concepts Used: Random module, conditionals.
84
84
85
85
---
86
86
You can’t perform that action at this time.
0 commit comments