tik tak toe
Tic-Tac-Toe — Streamlit Application
This project is a two-player Tic-Tac-Toe game implemented using Python and the Streamlit web framework.
Functionality • Displays a 3×3 grid for two players (X and O) to alternate turns. • Keeps track of game state using st.session_state. • Detects and announces a win or a draw. • Provides a button to reset the game. • Visualizes the game board using matplotlib.
How to Run
To start the application, run: streamlit run main.py
Dependencies
The project requires the following Python libraries: • streamlit • pandas • numpy • matplotlib