Skip to content

Commit b59cb5b

Browse files
committed
update index and readme
1 parent 7a80715 commit b59cb5b

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ fork from https://github.com/he-is-talha/html-css-javascript-games
3535
| 28 | [Emoji Catcher Game](https://github.com/leoncoolmoon/html-css-javascript-games/tree/main/28-Emoji-Catcher-Game) | [Live Demo](https://leoncoolmoon.github.io/html-css-javascript-games/28-Emoji-Catcher-Game/) |
3636
| 29 | [Whack A Mole Game](https://github.com/leoncoolmoon/html-css-javascript-games/tree/main/29-Whack-A-Mole-Game) | [Live Demo](https://leoncoolmoon.github.io/html-css-javascript-games/29-Whack-A-Mole-Game/) |
3737
| 30 | [Guess Number Game](https://github.com/leoncoolmoon/html-css-javascript-games/tree/main/30-Guess-Number-Game) | [Live Demo](https://leoncoolmoon.github.io/html-css-javascript-games/30-Guess-Number-Game/) |
38+
| 31 | [Air Hockey Game](https://github.com/leoncoolmoon/html-css-javascript-games/tree/main/31-Air-Hockey-Game) | [Live Demo](https://leoncoolmoon.github.io/html-css-javascript-games/31-Air-Hockey-Game/) |
39+
| 32 | [24 Point Poker Game](https://github.com/leoncoolmoon/html-css-javascript-games/tree/main/32-24-Point-Poker-Game) | [Live Demo](https://leoncoolmoon.github.io/html-css-javascript-games/32-24-Point-Poker-Game/) |
3840
## Games Description
3941

4042
1. **Candy Crush Game**: Enjoy the classic match-three puzzle game where you swap colored candies to create matches and clear levels. 🍬🍭

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1>Game List</h1> </br>
179179
</tr>
180180
<tr>
181181
<td>32</td>
182-
<td><a href="32-24 Point-Poker-Game/">24 Point Poker Game</a>: A classic 24 point poker game. Get four random cards to start. Use Add or Subtract or Multiply or Divide to calculate 24. 🎲🃏</td>
182+
<td><a href="32-24-Point-Poker-Game/">24 Point Poker Game</a>: A classic 24 point poker game. Get four random cards to start. Use Add or Subtract or Multiply or Divide to calculate 24. 🎲🃏</td>
183183
</tr>
184184
</tbody>
185185
</table>

indexCN.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1>游戏列表</h1> </br>
179179
</tr>
180180
<tr>
181181
<td>32</td>
182-
<td><a href="32-24 Point-Poker-Game/">24 点扑克</a>:一个益智计算类游戏,随机取四张扑克牌用加减乘除四则运算来计算24 点!🃏</td>
182+
<td><a href="32-24-Point-Poker-Game/">24 点扑克</a>:一个益智计算类游戏,随机取四张扑克牌用加减乘除四则运算来计算24 点!🃏</td>
183183
</tr>
184184
</tbody>
185185
</table>

0 commit comments

Comments
 (0)