Skip to content

Commit cf9f17b

Browse files
committed
Update README.md
1 parent 85616af commit cf9f17b

File tree

1 file changed

+101
-5
lines changed

1 file changed

+101
-5
lines changed

README.md

Lines changed: 101 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,104 @@
11
# 🎮 Game Collection
22

3-
A collection of mini web games built with HTML, CSS, and JavaScript.
3+
Welcome to the **Game Collection**! This repository features a variety of mini web games built using HTML, CSS, and JavaScript. You can explore the games, learn about web development, and have fun all at once!
44

5-
## Included Games
6-
- 🎯 Mastermind – a logic game
7-
- 🎨 BrushRush – pixel art drawing board
8-
- 🍀 Triluck – test your luck
5+
[![Download Releases](https://img.shields.io/badge/Download%20Releases-blue.svg)](https://github.com/Hana0914/game-collection/releases)
6+
7+
## 📦 Table of Contents
8+
9+
1. [Overview](#overview)
10+
2. [Features](#features)
11+
3. [Installation](#installation)
12+
4. [How to Play](#how-to-play)
13+
5. [Games Included](#games-included)
14+
6. [Technologies Used](#technologies-used)
15+
7. [Contributing](#contributing)
16+
8. [License](#license)
17+
9. [Contact](#contact)
18+
19+
## 📖 Overview
20+
21+
This repository contains a collection of mini web games that are designed to be simple yet engaging. Each game is a standalone project, allowing you to dive into the world of web development and game design.
22+
23+
The games utilize local storage to save your progress, making it easy to pick up where you left off. The code is structured for clarity, so both beginners and experienced developers can learn from it.
24+
25+
## 🌟 Features
26+
27+
- A variety of games to choose from.
28+
- Built with HTML, CSS, and JavaScript.
29+
- Responsive design for mobile and desktop.
30+
- Utilizes local storage for saving game states.
31+
- Easy to understand code for learning purposes.
32+
33+
## 🛠️ Installation
34+
35+
To get started, you can download the latest release from the [Releases section](https://github.com/Hana0914/game-collection/releases). After downloading, extract the files and open the `index.html` file in your web browser.
36+
37+
Make sure you have a modern browser to ensure compatibility with all features.
38+
39+
## 🎮 How to Play
40+
41+
1. **Open the Game**: After downloading and extracting the files, open `index.html` in your browser.
42+
2. **Choose a Game**: Select a game from the main menu.
43+
3. **Follow the Instructions**: Each game has its own set of rules and instructions. Read them carefully.
44+
4. **Enjoy!**: Have fun playing and feel free to explore the code to see how everything works.
45+
46+
## 🕹️ Games Included
47+
48+
### 1. Tic Tac Toe
49+
50+
A classic game of Tic Tac Toe. Play against the computer or a friend.
51+
52+
### 2. Snake Game
53+
54+
Guide the snake to eat the food while avoiding the walls and itself.
55+
56+
### 3. Memory Match
57+
58+
Test your memory by matching pairs of cards.
59+
60+
### 4. Flappy Bird Clone
61+
62+
Navigate the bird through the pipes without crashing.
63+
64+
### 5. Quiz Game
65+
66+
Answer trivia questions to score points.
67+
68+
Each game has its own unique style and mechanics, making this collection diverse and entertaining.
69+
70+
## ⚙️ Technologies Used
71+
72+
- **HTML**: For structuring the game interfaces.
73+
- **CSS**: For styling the games and making them visually appealing.
74+
- **JavaScript**: For implementing game logic and interactivity.
75+
- **Local Storage**: To save game states and user progress.
76+
77+
## 🤝 Contributing
78+
79+
We welcome contributions! If you want to add a new game or improve existing ones, please follow these steps:
80+
81+
1. Fork the repository.
82+
2. Create a new branch for your feature.
83+
3. Make your changes and commit them.
84+
4. Push to your branch.
85+
5. Create a pull request.
86+
87+
Please ensure your code is clean and well-documented.
88+
89+
## 📜 License
90+
91+
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code.
92+
93+
## 📧 Contact
94+
95+
For any questions or suggestions, please feel free to reach out:
96+
97+
- **Email**: your-email@example.com
98+
- **GitHub**: [Hana0914](https://github.com/Hana0914)
99+
100+
Explore the [Releases section](https://github.com/Hana0914/game-collection/releases) for the latest updates and downloads.
101+
102+
---
103+
104+
Thank you for checking out the Game Collection! Enjoy playing and coding!

0 commit comments

Comments
 (0)