Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 548 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 548 Bytes

Author: Markiyan Dmyterko

The Game-2048 Project

This project is my attempt to recreate the well-known game called 2048 using my knowledge of JavaScript and HTML/CSS.

Technologies Used

  • HTML
  • SCSS
  • JavaScript
  • Stylelint

How to Run This Project Locally

  1. Clone this project from GitHub repository.
  2. Ensure Node version should be 14.
  3. Run the following command:
  • npm install
  • npm start

Project Links