From 1d2d9500214a832393ebce04122c6c32c12c19f7 Mon Sep 17 00:00:00 2001
From: Eduard
Date: Fri, 11 Oct 2024 20:14:29 +0300
Subject: [PATCH] add task solution
---
README.md | 2 +-
src/index.html | 5 +-
src/modules/Game.class.js | 385 ++++++++++++++++++++++++++++++++++++--
src/scripts/main.js | 28 ++-
4 files changed, 399 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index 5aab92544..d7ab2cfc0 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ You can change the HTML/CSS layout if you need it.
## Deploy and Pull Request
1. Replace `` with your Github username in the link
- - [DEMO LINK](https://.github.io/js_2048_game/)
+ - [DEMO LINK](https://19Eduard99.github.io/js_2048_game/)
2. Follow [this instructions](https://mate-academy.github.io/layout_task-guideline/)
- Run `npm run test` command to test your code;
- Run `npm run test:only -- -n` to run fast test ignoring linter;
diff --git a/src/index.html b/src/index.html
index aff3d1a98..cdfcfd518 100644
--- a/src/index.html
+++ b/src/index.html
@@ -65,6 +65,9 @@ 2048
-
+