Use arrows or WASD to play.
This project is a web-based version of the popular 2048 puzzle game. Players combine numbered tiles by sliding them across the grid to reach the 2048 tile. The game is built using HTML, CSS, and JavaScript, ensuring smooth animations and responsive design.
1. Clone the repository:
git clone https://github.com/kostyaniekrasov/2048-game.git
2. Navigate to the project directory:
cd 2048-game
3. Install the dependencies:
npm install
To start the project locally, run:
npm start
This will start the server and make the project available at http://localhost:3000
(or a different port specified in the project configuration).
Now you should have the project running locally.