From 736ee08da694e59812ab4416d464e362017ee297 Mon Sep 17 00:00:00 2001 From: "sahilali88084667@gmail.com" Date: Sat, 21 Oct 2023 18:59:13 +0530 Subject: [PATCH 1/3] feature/New Game Added(Guess the Number) --- game/guessTheNumber.html | 114 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 game/guessTheNumber.html diff --git a/game/guessTheNumber.html b/game/guessTheNumber.html new file mode 100644 index 0000000..9dd8aec --- /dev/null +++ b/game/guessTheNumber.html @@ -0,0 +1,114 @@ + + + + Guess the Number Game + + + + +
+

Guess the Number Game

+

Try to guess the secret number between 1 and 100. +

+ + +
+ + + From 516bd78b7da6521d13790bbac8752956936a2ce0 Mon Sep 17 00:00:00 2001 From: "sahilali88084667@gmail.com" Date: Sat, 21 Oct 2023 19:32:33 +0530 Subject: [PATCH 2/3] new game added --- game/Game.html | 0 game/guessTheNumber.html | 114 --------------------------------------- 2 files changed, 114 deletions(-) create mode 100644 game/Game.html delete mode 100644 game/guessTheNumber.html diff --git a/game/Game.html b/game/Game.html new file mode 100644 index 0000000..e69de29 diff --git a/game/guessTheNumber.html b/game/guessTheNumber.html deleted file mode 100644 index 9dd8aec..0000000 --- a/game/guessTheNumber.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - Guess the Number Game - - - - -
-

Guess the Number Game

-

Try to guess the secret number between 1 and 100. -

- - -
- - - From 615792dc2fca5001317f3a1d85e7b2e2e794896f Mon Sep 17 00:00:00 2001 From: "sahilali88084667@gmail.com" Date: Sat, 21 Oct 2023 19:36:52 +0530 Subject: [PATCH 3/3] new game added --- game/Game.html | 114 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) diff --git a/game/Game.html b/game/Game.html index e69de29..9dd8aec 100644 --- a/game/Game.html +++ b/game/Game.html @@ -0,0 +1,114 @@ + + + + Guess the Number Game + + + + +
+

Guess the Number Game

+

Try to guess the secret number between 1 and 100. +

+ + +
+ + +