Skip to content

Commit

Permalink
added firewall configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm Weber committed Mar 20, 2024
1 parent 05d56d4 commit c48467a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This is a simple TicTacToe game written in Python. IT can be played by two playe
- 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
- To play against other players in the network, you have to configure your local firewall to allow incoming traffic on port 8765
- Alternatively, you can turn off the firewall on both clients

## Features

Expand Down

0 comments on commit c48467a

Please sign in to comment.