/tic-tac-toe

Asimov: Tic Tac Toe

Primary LanguagePython

Tic-Tac-Toe

Status Concluded Badge

Python Starter

📂 Description

This is a simple Tic Tac Toe game implemented in Python, designed to be played against the computer. The project was developed as part of learning basic programming in Python.

💻 Running the application

cd tic-tac-toe
python main.py

📝 Project Structure

tic-tac-toe/
│
├── main.py          # Main game file
├── tic_tac_toe.py   # Game logic
├── utils.py         # Utility Functions

💨 Application layout

tic-tac-toe

📚 Languages, dependencies, and libs used

Python

🙋‍♂️ Developers


Mateus Paiva

Asimov