Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit af29f3f

Browse files
committed
Updating code
Add change color theme feature
1 parent c7af916 commit af29f3f

21 files changed

Lines changed: 181 additions & 209 deletions

projects/Othello/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Example:
3131

3232
For a more comprehensive explanation of the game rules, check out this [link](https://www.worldothello.org/about/about-othello/othello-rules/official-rules/english).
3333

34-
3534
<br>
3635

3736
### 🎯 Game Modes
@@ -50,8 +49,9 @@ Currently the algorithm makes use of the following heuristics for a position's e
5049
### How to Play the Game 🎮
5150
1. Download the source code. (Either clone the repository or download the whole code from GitHub)
5251
2. Make sure to install Python3 on your Computer along with `pip`. (Python3.10+ is required)
53-
3. Open your terminal, navigate to `~/Othello-Reversi-Game` and type the command:
52+
3. Open your terminal, navigate to `~/PYTHON-BEGINNER-PROJECTS/projects/Othello` and type the command:
5453
```
5554
pip install -r requirements
5655
```
57-
5. Navigate to the `src` directory, run the `main.py` file and play the game!
56+
5. Navigate to the `src` directory, run the `main.py` file and play the game!
57+
> P.S. You can change color modes using the 'L' key!
-2.53 KB
Binary file not shown.
5.67 KB
Loading
16 KB
Loading
12.4 KB
Loading
15.8 KB
Loading
17.4 KB
Loading
30.7 KB
Loading
-3.62 KB
Binary file not shown.
-5.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)