2048 - great game made in Vanilla Javascript ES6+ and SASS preprocessor. Game objective is to get to merge tiles up to 2048.
Project is created with:
- Vanilla Javascript High level programming language, mostly used in web development. (ES6+)
- SASS CSS preprocessor, which adds mixins, functions, variables into CSS with ease (version: 1.55.0)
Clone this repo to your desktop and run this command to install all the dependencies:
npm install
To finally run application run live server.