A browser-based implementation of the classic 2048 game. The game was developed using JavaScript, with a focus on game logic and a clean user interface.
Open https://OlhaLishenko.github.io/portfolio-2048-game to view the app in your browser.
- HTML5
- SCSS (preprocessed CSS)
- JavaScript
To get a local copy of this project up and running, follow these steps.
-
Clone the repository:
git clone https://github.com/OlhaLishenko/portfolio-2048-game.git cd portfolio-2048-game -
Install dependencies:
npm install # or yarn install -
Run the project locally:
npm start # or yarn start
- Classic 2048 gameplay
- Keyboard controls
- Game over detection
- Responsive design