diff --git a/README.md b/README.md index 47b0c98..5120f62 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# TicTacToeKojote \ No newline at end of file +# TicTacToeKojote + +This is a simple TicTacToe game written in Python. IT can be played by two players in a GUI. + +## Installation +- Install Python 3.11 or higher from [python.org](https://www.python.org/downloads/) +- Install the required packages by running `pip install -r requirements.txt` from the root directory of the project +- Run the game by executing `python main.py` from the root directory of the project + +## Features +- Play TicTacToe with a friend online +- Play TicTacToe against an AI (weak or strong) +- Chat with your opponent during the game +- Create Profiles +- View your game statistics whenever you are connected to a server \ No newline at end of file