Skip to content

Commit

Permalink
docs: Added Readme
Browse files Browse the repository at this point in the history
[TTTK-79]
  • Loading branch information
Petzys authored and JM-Lemmi committed Mar 14, 2024
1 parent 4b507db commit 0629659
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
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

0 comments on commit 0629659

Please sign in to comment.