Skip to content

Commit c212fae

Browse files
authored
Update README.md
1 parent e503a8b commit c212fae

File tree

1 file changed

+54
-2
lines changed

1 file changed

+54
-2
lines changed

README.md

+54-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# HTML/CSS and JavaScript Games
1+
# HTML/CSS and JavaScript Games 🎮
22

3-
This repository contains a collection of HTML, CSS, and JavaScript games.
3+
This repository contains a collection of HTML, CSS, and JavaScript games. 🎯🕹
44

55
| # | Game | Live Demo |
66
| :-: | ---------------------------------------------- | --------- |
@@ -35,3 +35,55 @@ This repository contains a collection of HTML, CSS, and JavaScript games.
3535
| 29 | [Whack A Mole Game](https://github.com/he-is-talha/html-css-javascript-games/tree/main/29-Whack-A-Mole-Game) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-games/29-Whack-A-Mole-Game/) |
3636

3737
## Games Description
38+
39+
1. **Candy Crush Game**: Enjoy the classic match-three puzzle game where you swap colored candies to create matches and clear levels. 🍬🍭
40+
2. **Archery Game**: Test your aim in this challenging archery game where precision and timing are key to hitting the bullseye. 🏹
41+
3. **Speed Typing Game**: Improve your typing speed and accuracy with this game that challenges you to type words quickly under time pressure. ⌨️
42+
4. **Breakout Game**: Relive the arcade classic where you use a paddle to bounce a ball and break bricks, aiming for a high score. 🎮
43+
5. **Minesweeper Game**: Exercise your logical thinking with this puzzle game where you avoid hidden mines and uncover safe tiles. 💣
44+
6. **Tower Blocks**: Build a tower by stacking blocks as high as possible without letting them topple over in this physics-based game. 🏗️
45+
7. **Ping Pong Game**: Experience the thrill of table tennis as you compete against an AI opponent in this classic sports game. 🏓
46+
8. **Tetris Game**: Arrange falling tetrominoes to create complete lines and score points in this addictive puzzle game. 🧱
47+
9. **Tilting Maze Game**: Navigate a ball through a tilting maze, avoiding traps and reaching the goal in this challenging game of skill. 🌀
48+
10. **Memory Card Game**: Test your memory by matching pairs of cards in this classic concentration game. 🃏
49+
11. **Rock Paper Scissors**: Play the timeless hand game against the computer and see who comes out victorious. ✂️
50+
12. **Type Number Guessing Game**: Guess the hidden number based on clues provided after each guess in this number guessing game. 🔢
51+
13. **Tic Tac Toe**: Challenge a friend or AI in this simple yet strategic game of placing Xs and Os in a 3x3 grid. ⭕❌
52+
14. **Snake Game**: Control a growing snake, eat food, and avoid collisions with walls and your own tail in this nostalgic arcade game. 🐍
53+
15. **Connect Four Game**: Strategically drop colored discs to connect four in a row vertically, horizontally, or diagonally in this classic board game. 🔵🔴
54+
16. **Insect Catch Game**: Test your reflexes by clicking on randomly appearing insects to catch them before they disappear. 🐞
55+
17. **Typing Game**: Sharpen your typing skills by typing specific words or sentences as quickly and accurately as possible. ⌨️
56+
18. **Hangman Game**: Guess the hidden word by suggesting letters within a certain number of guesses in this word-guessing game. 🎩
57+
19. **Flappy Bird Game**: Guide a bird through gaps in pipes by tapping to flap its wings, avoiding obstacles and aiming for a high score. 🐦
58+
20. **Crossy Road Game**: Help a character cross roads, rivers, and other obstacles in this endless hopping game with a retro arcade feel. 🚦
59+
21. **2048 Game**: Slide numbered tiles on a grid to combine them and create a tile with the number 2048 in this addictive puzzle game. 🧩
60+
22. **Dice Roll Simulator**: Simulate rolling dice to achieve different combinations or outcomes in this virtual dice rolling game. 🎲
61+
23. **Shape Clicker Game**: Click on various shapes appearing on the screen within a time limit to score points in this clicker game. 🔷🔶
62+
24. **Typing Game**: Improve your typing speed and accuracy by typing specific words or sentences under time pressure. ⌨️
63+
25. **Speak Number Guessing Game**: Guess the hidden number by speaking your guesses aloud in this voice-activated number guessing game. 🗣️🔢
64+
26. **Fruit Slicer Game**: Swipe across the screen to slice falling fruits while avoiding bombs in this fast-paced fruit-slicing game. 🍉🔪
65+
27. **Quiz Game**: Test your knowledge on various topics by answering trivia questions and aiming for a high score in this quiz game. 🧠📚
66+
28. **Emoji Catcher Game**: Catch falling emojis with a basket or container while avoiding bombs and other obstacles in this emoji-catching game. 🎯😄
67+
29. **Whack-a-Mole Game**: Test your reaction speed by hitting randomly appearing moles with a mallet before they disappear in this classic arcade game. 🕹️
68+
69+
## License
70+
71+
The MIT License
72+
73+
Permission is hereby granted, free of charge, to any person obtaining a copy
74+
of this software and associated documentation files (the "Software"), to deal
75+
in the Software without restriction, including without limitation the rights
76+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77+
copies of the Software, and to permit persons to whom the Software is
78+
furnished to do so, subject to the following conditions:
79+
80+
The above copyright notice and this permission notice shall be included in
81+
all copies or substantial portions of the Software.
82+
83+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
84+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
86+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
88+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
89+
THE SOFTWARE.

0 commit comments

Comments
 (0)