Welcome to the Tic Tac Toe Game! This web-based application brings the classic game to the digital world, allowing you to challenge your friends in real-time. Built with modern web technologies, this game offers a smooth, interactive, and responsive gaming experience.
- Real-Time Multiplayer: Engage in real-time matches with friends using Socket.IO, ensuring low-latency gameplay.
- Responsive Design: Enjoy the game on any device—desktop, tablet, or mobile—with a fully responsive design.
- Modern UI: The user interface is built with React, offering an intuitive and dynamic experience.
- Robust Backend: The game logic and player management are handled by Flask, and node
- Python: Core programming language for backend logic.
- Flask: A micro web framework used to serve the game and manage state.
- React: JavaScript library for building a fast and interactive user interface.
- Socket.IO: Enables real-time, bidirectional communication between players.
Before you begin, ensure you have the following installed:
- Python 3.x
- Node.js and npm (Node Package Manager)
- Clone the Repository:
git clone https://github.com/Oxshady/tic_tac.git chmod 555 run.sh ./run.sh