From 45f4120b90c9943e66a964cb5411156c3d58b7ce Mon Sep 17 00:00:00 2001
From: Kateryna
Date: Wed, 18 Dec 2024 14:31:11 +0100
Subject: [PATCH 1/5] add 2048 game
---
README.md | 2 +-
src/index.html | 5 +-
src/modules/Game.class.js | 345 +++++++++++++++++++++++++++++++-------
src/scripts/main.js | 54 +++++-
4 files changed, 340 insertions(+), 66 deletions(-)
diff --git a/README.md b/README.md
index 5aab92544..4164930c9 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://moskkat40.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..afb1016e1 100644
--- a/src/index.html
+++ b/src/index.html
@@ -65,6 +65,9 @@ 2048
-
+