Skip to content

Commit bf8210b

Browse files
authored
Update README.md
1 parent 486344e commit bf8210b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

projects/Tic_tac_toe/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
DESCRIPTION:
22

33

4-
A PYTHON BASED 2 PLAYER TIC TAC TOE GAME. IT TAKES INPUT FOR THE RESPECTIVE X AND Y CO-ORDINATES. THE TWO PLAYERS ARE NAMED AS X AND 0 AND WILL INPUT THEIR DESIRED COORDINATES ALTERNATIVELY.
4+
A python based 2 player Tic Tac Toe game. It takes input for the respective x and y coordinates of the two players.. The two players are named as X and O and will enter their desired coordinates alternatively to win the game.
55

66

77
PREREQUISITES:
88

9-
USE ANY ONLINE PYTHON COMPILER OR DOWNLOAD PYTHON FROM https://www.python.org/
9+
Use any python online compiler of download python IDE from https://www.python.org/
1010

1111

1212

1313
HOW TO RUN:
1414

15-
JUST RUN tic_tac_toe.py
15+
Just run tic_tac_toe.py
1616

1717

1818
SCREENSHOTS/DEMO:
@@ -48,4 +48,5 @@ enter x and y: 13
4848

4949

5050
AUTHOR:
51+
5152
Akashdt

0 commit comments

Comments
 (0)