From 16082dca8670b654653fb0c147e0db756ed9e168 Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:28:42 -0500 Subject: [PATCH 01/16] Create --- pong | 1 + 1 file changed, 1 insertion(+) create mode 100644 pong diff --git a/pong b/pong new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/pong @@ -0,0 +1 @@ + From e5d799627fb7a71db6a3108bf8b97d93545310fa Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:28:58 -0500 Subject: [PATCH 02/16] Delete pong --- pong | 1 - 1 file changed, 1 deletion(-) delete mode 100644 pong diff --git a/pong b/pong deleted file mode 100644 index 8b137891..00000000 --- a/pong +++ /dev/null @@ -1 +0,0 @@ - From 03ab18aad5e1c68fadc3114a456b77f52ee566fc Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:29:16 -0500 Subject: [PATCH 03/16] Create a --- pong/a | 1 + 1 file changed, 1 insertion(+) create mode 100644 pong/a diff --git a/pong/a b/pong/a new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/pong/a @@ -0,0 +1 @@ + From 13501a1027c9ac91f318efddd4f829f27d35742c Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:29:39 -0500 Subject: [PATCH 04/16] Add files via upload --- pong/Pong.html | 460 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 460 insertions(+) create mode 100644 pong/Pong.html diff --git a/pong/Pong.html b/pong/Pong.html new file mode 100644 index 00000000..d58653b5 --- /dev/null +++ b/pong/Pong.html @@ -0,0 +1,460 @@ + + + + + + + + + Pong + + + + + +
+ + + +
+ + + + +
+ + + + + + + + + + + From 8bd59a98895bffc4fcfa86d2b12eb9658e17153d Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:30:56 -0500 Subject: [PATCH 05/16] Update games.json --- games.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/games.json b/games.json index a67b59fd..05d0063d 100644 --- a/games.json +++ b/games.json @@ -1,4 +1,9 @@ -[ +[ + { + "name": "Pong", + "directory": "pong/index.html", + "recommended": "1" + }, { "name": "Flappy Plane", "directory": "flappyplane", From 471285a621b6ca27a0095f16ffaadd9b2ecc469a Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:35:36 -0500 Subject: [PATCH 06/16] Create a --- bubbleshooter/a | 1 + 1 file changed, 1 insertion(+) create mode 100644 bubbleshooter/a diff --git a/bubbleshooter/a b/bubbleshooter/a new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/bubbleshooter/a @@ -0,0 +1 @@ + From f36e6953657805132fb3b80b657bd564c8726f4b Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:35:52 -0500 Subject: [PATCH 07/16] Add files via upload --- bubbleshooter/bubbleshooter.html | 460 +++++++++++++++++++++++++++++++ 1 file changed, 460 insertions(+) create mode 100644 bubbleshooter/bubbleshooter.html diff --git a/bubbleshooter/bubbleshooter.html b/bubbleshooter/bubbleshooter.html new file mode 100644 index 00000000..9a2b0795 --- /dev/null +++ b/bubbleshooter/bubbleshooter.html @@ -0,0 +1,460 @@ + + + + + + + + + bubbleshooter + + + + + +
+ + + +
+ + + + +
+ + + + + + + + + + + From 9b210e3cfb9ab2459f3ebaa946b355917f543653 Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:37:19 -0500 Subject: [PATCH 08/16] Update games.json --- games.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/games.json b/games.json index 05d0063d..cea4ab31 100644 --- a/games.json +++ b/games.json @@ -1,7 +1,12 @@ [ + { + "name": "Bubble Shooter", + "directory": "bubbleshooter/bubbleshooter.html", + "recommended": "1" + }, { "name": "Pong", - "directory": "pong/index.html", + "directory": "pong/pong.html", "recommended": "1" }, { From 9cf5e8c324cd0f6a8b8fe20af0cb6b1be72d63e4 Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:42:55 -0500 Subject: [PATCH 09/16] Rename Pong.html to index.html --- pong/Pong.html | 460 ------------------------------------------------ pong/index.html | 1 + 2 files changed, 1 insertion(+), 460 deletions(-) delete mode 100644 pong/Pong.html create mode 100644 pong/index.html diff --git a/pong/Pong.html b/pong/Pong.html deleted file mode 100644 index d58653b5..00000000 --- a/pong/Pong.html +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - Pong - - - - - -
- - - -
- - - - -
- - - - - - - - - - - diff --git a/pong/index.html b/pong/index.html new file mode 100644 index 00000000..d3f5a12f --- /dev/null +++ b/pong/index.html @@ -0,0 +1 @@ + From 9826cea4b358a35790f1200012874489c0aed894 Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:44:03 -0500 Subject: [PATCH 10/16] nahnu ahrar al sham --- pong/index.html | 459 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 459 insertions(+) diff --git a/pong/index.html b/pong/index.html index d3f5a12f..563777b7 100644 --- a/pong/index.html +++ b/pong/index.html @@ -1 +1,460 @@ + + + + + + + + + Pong + + + + + +
+ + + +
+ + + + +
+ + + + + + + + + + + From 6f846479ffb451f3a0bbe8763a14fa49ccd9571e Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:50:01 -0500 Subject: [PATCH 11/16] Create cover.svg --- pong/cover.svg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pong/cover.svg diff --git a/pong/cover.svg b/pong/cover.svg new file mode 100644 index 00000000..5804bc16 --- /dev/null +++ b/pong/cover.svg @@ -0,0 +1,3 @@ + + + From 485d8703a1ba1c7483900ba29a48d7a8a2e60285 Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:50:52 -0500 Subject: [PATCH 12/16] Update games.json --- games.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games.json b/games.json index cea4ab31..ccbbadbb 100644 --- a/games.json +++ b/games.json @@ -6,7 +6,8 @@ }, { "name": "Pong", - "directory": "pong/pong.html", + "directory": "pong", + "image": "cover.svg", "recommended": "1" }, { From 65b33b1aec08ce0702568aa6868b106afeee0e39 Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:52:04 -0500 Subject: [PATCH 13/16] Update and rename bubbleshooter.html to index.html --- .../{bubbleshooter.html => index.html} | 920 +++++++++--------- 1 file changed, 460 insertions(+), 460 deletions(-) rename bubbleshooter/{bubbleshooter.html => index.html} (99%) diff --git a/bubbleshooter/bubbleshooter.html b/bubbleshooter/index.html similarity index 99% rename from bubbleshooter/bubbleshooter.html rename to bubbleshooter/index.html index 9a2b0795..ec3cb39b 100644 --- a/bubbleshooter/bubbleshooter.html +++ b/bubbleshooter/index.html @@ -1,460 +1,460 @@ - - - - - - - - - bubbleshooter - - - - - -
- - - -
- - - - -
- - - - - - - - - - - + + + + + + + + + bubbleshooter + + + + + +
+ + + +
+ + + + +
+ + + + + + + + + + + From 68b8dc506dbf6662c9e54197f25d898c85f2615e Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:54:10 -0500 Subject: [PATCH 14/16] Create cover.svg --- bubbleshooter/cover.svg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bubbleshooter/cover.svg diff --git a/bubbleshooter/cover.svg b/bubbleshooter/cover.svg new file mode 100644 index 00000000..339613b5 --- /dev/null +++ b/bubbleshooter/cover.svg @@ -0,0 +1,3 @@ + + + From ee32c9cd8e348c585d343cc4c71fbecca8603b2a Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:55:29 -0500 Subject: [PATCH 15/16] Update games.json --- games.json | 1 + 1 file changed, 1 insertion(+) diff --git a/games.json b/games.json index ccbbadbb..b9413a22 100644 --- a/games.json +++ b/games.json @@ -1,6 +1,7 @@ [ { "name": "Bubble Shooter", + "image": "cover.svg", "directory": "bubbleshooter/bubbleshooter.html", "recommended": "1" }, From 788b9847db99778a70e751b566102ea6728762c0 Mon Sep 17 00:00:00 2001 From: LEGALISE PIRACY <74979271+Rahib777-7@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:55:57 -0500 Subject: [PATCH 16/16] Update games.json --- games.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games.json b/games.json index b9413a22..305530dc 100644 --- a/games.json +++ b/games.json @@ -2,7 +2,7 @@ { "name": "Bubble Shooter", "image": "cover.svg", - "directory": "bubbleshooter/bubbleshooter.html", + "directory": "bubbleshooter", "recommended": "1" }, {