https://github.com/msarmadqadeer/tic-tac-toe
These are the different versions of tic-tac-toe that I created in my first semester.
https://github.com/msarmadqadeer/tic-tac-toe
python semester-1 tic-tac-toe tic-tac-toe-python
Last synced: 11 days ago
JSON representation
These are the different versions of tic-tac-toe that I created in my first semester.
- Host: GitHub
- URL: https://github.com/msarmadqadeer/tic-tac-toe
- Owner: MSarmadQadeer
- Created: 2022-01-24T14:59:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T10:18:34.000Z (over 4 years ago)
- Last Synced: 2025-03-12T21:48:34.433Z (about 1 year ago)
- Topics: python, semester-1, tic-tac-toe, tic-tac-toe-python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
In semester 1, Dr. Majid Iqbal taught us python. After teaching us the **if statement**, he told us to create a tic-tac-toe game by using the **if statement only**.
When he taught us the **elif - else**, he told us to induce **elif - else** into it.
When he taught us the **loops**, he told us to induce **loops** into the game.
At last, he told us to induce a random toss into the game. Either the computer goes first or the user goes first.
That's why there are different versions of the game. :sparkles:
### note
I think I converted my game with **if statement only** into the game with **if - elif - else**. That's why I did not have the game with **if statement only**. And in the first semester, I was unaware of the power of git. Otherwise, I would surely have the game with **if statement only**.