Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikshitadas/2048
https://github.com/dikshitadas/2048
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dikshitadas/2048
- Owner: DikshitaDas
- Created: 2024-09-13T15:19:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:25:17.000Z (4 months ago)
- Last Synced: 2024-09-14T06:24:28.910Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฎ 2048 Game
Welcome to the classic **2048 Game** built using **HTML**, **CSS**, and **JavaScript**! ๐ Test your logic and number-crunching skills in this addictive puzzle game. Try to reach the 2048 tile! ๐ฏ
![Game](https://img.shields.io/badge/2048-Game-blue)
![HTML5](https://img.shields.io/badge/HTML5-%23E34F26.svg?&style=flat&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-%231572B6.svg?&style=flat&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-%23F7DF1E.svg?&style=flat&logo=javascript&logoColor=black)## ๐ About
**2048 Game** is a single-player sliding block puzzle game written in **HTML**, **CSS**, and **JavaScript**. The objective is to combine tiles with the same numbers, doubling them, until you reach the **2048 tile**. Each turn, a new tile randomly appears in an empty spot on the grid, with a value of either 2 or 4.## ๐ Features
- ๐ฎ Simple gameplay thatโs easy to learn, hard to master
- ๐ง Sharpen your strategy and number skills
- ๐ผ๏ธ Beautiful UI with smooth animations
- ๐ฑ Responsive design โ play on any device!## ๐ฆ Installation
### 1. Clone the Repository
```bash
git clone https://github.com/DikshitaDas/2048.git
cd 2048
```### 2. Open `index.html`
Simply open the `index.html` file in your browser to start playing the game. No additional dependencies are required.## ๐ How to Play
- Use the arrow keys on your keyboard to move tiles.
- When two tiles with the same number collide, they merge into one.
- Try to get to the **2048 tile** without running out of moves!![2048 Screenshot](https://img.shields.io/badge/Screenshot-2048Game-yellow)
## ๐ Technologies Used
| Technology | Logo |
|-------------|------|
| **HTML5** | ![HTML5](https://img.shields.io/badge/HTML5-%23E34F26.svg?&style=flat&logo=html5&logoColor=white) |
| **CSS3** | ![CSS3](https://img.shields.io/badge/CSS3-%231572B6.svg?&style=flat&logo=css3&logoColor=white) |
| **JavaScript** | ![JavaScript](https://img.shields.io/badge/JavaScript-%23F7DF1E.svg?&style=flat&logo=javascript&logoColor=black) |## ๐ค Contributing
Contributions are welcome! If you'd like to improve the game or fix any issues:
1. Fork the repository ๐ด
2. Create your feature branch (`git checkout -b feature/amazing-feature`) ๐ง
3. Commit your changes (`git commit -m 'Add some amazing feature'`) ๐
4. Push to the branch (`git push origin feature/amazing-feature`) ๐ค
5. Open a pull request ๐ฌ## ๐ License
This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for more details. ๐