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.
- Host: GitHub
- URL: https://github.com/vbuldenko/2048-js-game
- Owner: vbuldenko
- License: gpl-3.0
- Created: 2024-08-13T20:32:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T10:17:18.000Z (over 1 year ago)
- Last Synced: 2025-11-29T17:43:53.192Z (7 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://vbuldenko.github.io/js_2048_game/
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).