This is a simple 2048 game with poor graphical design.
This project is an implementation of the popular 2048 game. The objective of the game is to slide numbered tiles on a grid to combine them and create a tile with the number 2048.
- Classic 2048 gameplay
- Responsive design
- Keyboard and touch controls
- Score tracking
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Breza2000/2048-game.git
- Navigate to the project directory:
cd 2048-game - Install the required dependencies:
npm install
To start the game, execute the following commands:
- Start the game server:
npm start
- Open your browser and navigate to
http://localhost:3000to play the game.
We welcome contributions! If you would like to contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
This game was created as a sample project for APEX company.