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

https://github.com/vbuldenko/2048-js-game

Sliding puzzle game, where tiles with the same number merge till the result reach 2048.
https://github.com/vbuldenko/2048-js-game

css html javascript

Last synced: about 1 month ago
JSON representation

Sliding puzzle game, where tiles with the same number merge till the result reach 2048.

Awesome Lists containing this project

README

          

# 2048 JavaScript Game

2048 Game is a classic sliding puzzle game that challenges players to combine numbered tiles to reach the 2048 target tile. Swipe in any direction to merge matching numbers, planning each move to prevent the board from filling up.

## Technologies Used

- HTML
- CSS (SCSS)
- JavaScript

## Links

- [Preview](https://vbuldenko.github.io/js_2048_game/)
- [Reference]()

## Launch Instructions

1. Clone the repository:
```bash
git clone https://github.com/vbuldenko/2048-js-game.git
```
2. Navigate to the project directory:

```bash
cd 2048-js-game
```

3. Install the dependencies:

```bash
npm install
```

4. Start the development server:

```bash
npm start
```

Open your browser and navigate to [http://localhost:8080](http://localhost:8080).