Skip to content

Commit 2ac2c5b

Browse files
docs: add Spot the Difference project description and create web-app documentation
1 parent 9ed749b commit 2ac2c5b

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,16 @@ Test your memory with an ever-growing sequence!
247247
python games/Simon-Says/Simon-Says.py
248248
```
249249

250+
</td>
251+
<td width="50%">
252+
253+
#### 🔍 Spot the Difference
254+
Find all the hidden differences between two interactive canvases!
255+
- 🎨 Programmatically drawn dynamic scenes
256+
- 🌟 Three distinct difficulty levels
257+
- ⏱️ Built-in timer and hint system
258+
- 🌐 *Web App Exclusive Project*
259+
250260
</td>
251261
</tr>
252262
</table>

web-app/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ An interactive web application showcasing Python mini projects with beautiful vi
2020
- **Hangman** - Classic word game
2121
- **FLAMES** - Relationship calculator
2222
- **Simon Says** - Memory Game
23+
- **Spot the Difference** - Visual puzzle game with dynamic scenes
2324

2425
### 🔢 Math Tools
2526
- **Fibonacci Series** - Visual sequence with golden spiral

0 commit comments

Comments
 (0)