Skip to content

Commit f58a1a8

Browse files
authoredFeb 3, 2021
Update README.md
1 parent df0861f commit f58a1a8

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed
 

‎README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ This is the small game made in Python using libraries "random", "time", "tkinter
9696

9797

9898
<a href="https://github.com/simran2104/Python-Projects/tree/main/Hangman"><h3>12. Hangman</h3></a>
99-
<h1 align="center"></h1>
10099
<p>
101100
This is a small game made in Python using library "random". In this game user has to guess a word with a alphabets. Everytime, the user is asked for the alphabet, if the alphabet is in the word then it is added to its required position otherwise one live will be lose. Total 9 lives be provided.
102101
</p>
@@ -105,5 +104,32 @@ This is a small game made in Python using library "random". In this game user ha
105104
</p>
106105

107106

107+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Hangman"><h3>13. Slither-The Snake Game</h3></a>
108+
<p>
109+
The game involves controlling a single block or snakehead by turning only left or right by ninety degrees until you manage to eat an apple. When you get the apple, the Snake grows an extra block or body segment.
110+
If, or rather when, the snake bumps into the edge of the screen or accidentally eats himself the game is over. The more apples the snake eats the higher the score.</p>
111+
<p align="center">
112+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Slither-The_Snake_Game/demo.gif">
113+
</p>
114+
115+
116+
117+
<a href="https://github.com/simran2104/Python-Projects/tree/main/SmartCalculator"><h3>14. Smart Calculator</h3></a>
118+
<p>This is the Smart Calculator made in Python using library "tkinter". In this user is asked with the action he wants to perform and everytime he write, the action will be performed.
119+
</p>
120+
<p align="center">
121+
<img src="https://github.com/simran2104/Python-Projects/blob/main/SmartCalculator/demo.gif">
122+
</p>
123+
124+
125+
126+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Tictactoe"><h3>15. TicTacToe</h3></a>
127+
<p>
128+
Tic-tac-toe is a fun game that you can play any time and anywhere as long as you have a piece of paper, a pencil, and an opponent. Tic-tac-toe is a zero sum game, which means that if both players are playing their best, that neither player will win.
129+
</p>
130+
<p align="center">
131+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Tictactoe/demo.gif">
132+
</p>
133+
108134
</p>
109135

0 commit comments

Comments
 (0)