A classic sliding puzzle game where the goal is to combine tiles to reach the elusive 2048 tile. Test your strategic thinking and enjoy the addictive gameplay as you slide tiles in four directions to merge identical numbers.
- HTML5: Provides the structure for the game interface, including the game board and UI elements.
- SCSS: A preprocessor scripting language for CSS, offering features like variables and nesting for improved code organization.
- JavaScript: Powers the game's logic and interactivity, enabling tile movements, merging, and game state management
For a preview of the project click here.
- Clone the Repository
git clone https://github.com/thesidorenko/2048_game.git
- Navigate into the project directory
cd 2048_game
- Install Dependencies
npm install
- Open in Browser.