From bd73bf760e510ccb213cac1bab0ddd9c83ea0084 Mon Sep 17 00:00:00 2001 From: nehaaggarwal6871 <43915034+nehaaggarwal6871@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:38:58 +0530 Subject: [PATCH 1/2] Create myfirstpr.py --- myfirstpr.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 myfirstpr.py diff --git a/myfirstpr.py b/myfirstpr.py new file mode 100644 index 0000000..a1950ac --- /dev/null +++ b/myfirstpr.py @@ -0,0 +1 @@ +print("my first pr") From ee0427cfef69b022fb375d91553d27fb45aca035 Mon Sep 17 00:00:00 2001 From: satyama644 <61194494+satyama644@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:12:17 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b895d..2042ce2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Tic-Tac-Toe-Python -**This application basically a game which in which two players can play** +**This application basically a game in which two players can play** **Using the sign of 'X' or 'O'** +**The game is played on a grid that's 3 squares by 3 squares.** +# Rules +**The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner. When all 9 squares are full, the game is over.** # Getting Started **This instruction can be copied and you can clone or download** # Prerequisites