Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions myfirstpr.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("my first pr")