https://github.com/fahimfba/py-tic-tac-toe
A two players Tic Tac Toe console game using Python
https://github.com/fahimfba/py-tic-tac-toe
hacktoberfest hacktoberfest-2023 hacktoberfest-accepted hacktoberfest2023 python python-project python-project-beginner python-projects-basic-to-advanced python-script python3
Last synced: 6 months ago
JSON representation
A two players Tic Tac Toe console game using Python
- Host: GitHub
- URL: https://github.com/fahimfba/py-tic-tac-toe
- Owner: FahimFBA
- License: mit
- Created: 2023-07-25T15:21:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T03:54:34.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T14:55:00.406Z (7 months ago)
- Topics: hacktoberfest, hacktoberfest-2023, hacktoberfest-accepted, hacktoberfest2023, python, python-project, python-project-beginner, python-projects-basic-to-advanced, python-script, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-tic-tac-toe
A two players Tic Tac Toe console game using Python## 🎥 Complete Video Tutorial (Click on the image)
[](https://www.youtube.com/watch?v=CLEcsgTZVsA)## 📦 Project Directory Structure
This is what the project directory looks like without Git.
```
📦py-tic-tac-toe
┣ 📂_include
┃ ┗ 📜youtube.yml
┣ 📜.gitignore
┣ 📜LICENSE
┣ 📜Main.py
┗ 📜README.md```
This is what my project looks like with the git and the necessary things for that.
➡️ This is a very long list! Expand it to display everything!
```
📦py-tic-tac-toe
┣ 📂.git
┃ ┣ 📂hooks
┃ ┃ ┣ 📜applypatch-msg.sample
┃ ┃ ┣ 📜commit-msg.sample
┃ ┃ ┣ 📜fsmonitor-watchman.sample
┃ ┃ ┣ 📜post-update.sample
┃ ┃ ┣ 📜pre-applypatch.sample
┃ ┃ ┣ 📜pre-commit.sample
┃ ┃ ┣ 📜pre-merge-commit.sample
┃ ┃ ┣ 📜pre-push.sample
┃ ┃ ┣ 📜pre-rebase.sample
┃ ┃ ┣ 📜pre-receive.sample
┃ ┃ ┣ 📜prepare-commit-msg.sample
┃ ┃ ┣ 📜push-to-checkout.sample
┃ ┃ ┣ 📜sendemail-validate.sample
┃ ┃ ┗ 📜update.sample
┃ ┣ 📂info
┃ ┃ ┗ 📜exclude
┃ ┣ 📂logs
┃ ┃ ┣ 📂refs
┃ ┃ ┃ ┣ 📂heads
┃ ┃ ┃ ┃ ┗ 📜main
┃ ┃ ┃ ┗ 📂remotes
┃ ┃ ┃ ┃ ┗ 📂origin
┃ ┃ ┃ ┃ ┃ ┗ 📜HEAD
┃ ┃ ┗ 📜HEAD
┃ ┣ 📂objects
┃ ┃ ┣ 📂info
┃ ┃ ┗ 📂pack
┃ ┃ ┃ ┣ 📜pack-382306c5af64385ff66c332b72af12a4c9e17421.idx
┃ ┃ ┃ ┣ 📜pack-382306c5af64385ff66c332b72af12a4c9e17421.pack
┃ ┃ ┃ ┗ 📜pack-382306c5af64385ff66c332b72af12a4c9e17421.rev
┃ ┣ 📂refs
┃ ┃ ┣ 📂heads
┃ ┃ ┃ ┗ 📜main
┃ ┃ ┣ 📂remotes
┃ ┃ ┃ ┗ 📂origin
┃ ┃ ┃ ┃ ┗ 📜HEAD
┃ ┃ ┗ 📂tags
┃ ┣ 📜config
┃ ┣ 📜description
┃ ┣ 📜FETCH_HEAD
┃ ┣ 📜HEAD
┃ ┣ 📜index
┃ ┗ 📜packed-refs
┣ 📂_include
┃ ┗ 📜youtube.yml
┣ 📜.gitignore
┣ 📜LICENSE
┣ 📜Main.py
┗ 📜README.md
```
## 💻 Run the project
* Clone the repository `git clone https://github.com/FahimFBA/py-tic-tac-toe.git`
* Go to the project directory `py-tic-tac-toe`
* Run the project `python Main.py` if you are on a Windows machine, and `python3 Main.py` if you are on a Linux or Mac machine## ⭐ Stargazers
[](https://github.com/FahimFBA/py-tic-tac-toe/stargazers)