Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paobnvntr/2048


https://github.com/paobnvntr/2048

Last synced: about 1 month ago
JSON representation

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!