A simple command line based Tic Tac Toe game written in Python.
- Multiplayer support
- Automatic game start
- Automatic game end detection
- Automatic game result declaration
- Simple and easy to use command line interface
- Run the script
- Follow the instructions in the command line interface
- The game will automatically start and end
- The game result will be declared automatically
- Run the script
python main.py [server|client] [host] [port]
- Type 'server' to start the server
- Type 'client' to start the client
- The server will automatically accept incoming connections
- The client will automatically connect to the server
- The game will automatically start and end
- The game result will be declared automatically
This project is licensed under the MIT License - see the LICENSE file for details