-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TTTK-79]
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# TicTacToeKojote | ||
# 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 |