From de0ebf80ed1d03d9c11ccde245bd1565fb8f6579 Mon Sep 17 00:00:00 2001
From: Bhuvnesh Kumar <56513661+bhuvnesh@users.noreply.github.com>
Date: Sun, 4 Oct 2020 11:13:39 +0530
Subject: [PATCH 1/3] Create README.md
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..00742be
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# JavaScript-Tic-Tac-Toe
+### This is a simple Tic-Tac-Toe game also called as Noughts and Crosses game.
+
+## There are 3 cases in this game:
+* X' Win
+
+* O's Win
+
+* Draw
+
From a77a24154f39e610ec3f449baa501443ce132cd0 Mon Sep 17 00:00:00 2001
From: Bhuvnesh Kumar <56513661+bhuvnesh@users.noreply.github.com>
Date: Sun, 4 Oct 2020 11:14:06 +0530
Subject: [PATCH 2/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 00742be..f74b818 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# JavaScript-Tic-Tac-Toe
-### This is a simple Tic-Tac-Toe game also called as Noughts and Crosses game.
+### This is a simple Tic-Tac-Toe game also called as Noughts and Crosses game.
## There are 3 cases in this game:
* X' Win
From 5b62f93554ca31881d0283b1535a0ab93ccafe2a Mon Sep 17 00:00:00 2001
From: Bhuvnesh Kumar <56513661+bhuvnesh@users.noreply.github.com>
Date: Sun, 4 Oct 2020 11:16:10 +0530
Subject: [PATCH 3/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f74b818..ec64a0e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# JavaScript-Tic-Tac-Toe
-### This is a simple Tic-Tac-Toe game also called as Noughts and Crosses game.
+* This is a simple **Tic-Tac-Toe** game also called as **Noughts and Crosses** game.
## There are 3 cases in this game:
* X' Win