Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paobnvntr/2048
https://github.com/paobnvntr/2048
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paobnvntr/2048
- Owner: paobnvntr
- Created: 2024-04-28T06:37:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T11:05:44.000Z (8 months ago)
- Last Synced: 2024-04-29T08:47:33.451Z (8 months ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048 Game
Welcome to the 2048 Game! This is a simple and fun puzzle game where the objective is to combine tiles with the same number to reach the 2048 tile.
## How to Play
1. Use the arrow keys (Up, Down, Left, Right) to move the tiles.
2. When two tiles with the same number touch, they merge into one.
3. The goal is to create a tile with the number 2048.## Installation
1. Clone the repository:
```sh
git clone https://github.com/paobnvntr/2048.git
```
2. Navigate to the project directory:
```sh
cd 2048
```
3. Open `index.html` in your web browser to start playing.## Acknowledgements
- Inspired by the original [2048 game](https://gabrielecirulli.github.io/2048/) by Gabriele Cirulli.
Enjoy the game and have fun!