Skip to content

Commit d694a81

Browse files
committed
Update README
1 parent f8893c9 commit d694a81

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ If **all** prisoners succeed, they are freed; if even one fails, they all lose.
2828
## 📺 Video explanation & best strategy
2929

3030
A clear video explanation of the 100 prisoners problem and the best strategy so far (cycle following) can be found here:
31-
[https://youtu.be/iSNsgj1OCLA?si=Bgq4OAlChz_tSI_g](https://)
31+
https://youtu.be/iSNsgj1OCLA?si=Bgq4OAlChz_tSI_g
3232

3333
---
3434

3535
## ⚙️ Usage
36-
1. Clone the repository
37-
2. Create a working directory
38-
3. Copy the config.py file to your working directory and configure your strategy and other parameters inside the config file
39-
4. Run the main Python file:
36+
1. Download the [latest release](https://github.com/TechRedByte/Prisoners-Riddle/releases/latest)
37+
2. Unzip the downloaded .zip file
38+
3. Create a working directory in the root folder (e.g., "Prisoners-Riddle/experiments/test1")
39+
4. Copy the config.py file to your working directory and configure your strategy and other parameters inside the config file
40+
5. Run the main Python file:
4041
```bash
4142
python main.py
4243
```
@@ -55,4 +56,4 @@ See LICENSE.md for details.
5556

5657
- Better GUI
5758

58-
- Parallelized simulations for faster results (when Python )
59+
- Parallelized simulations for faster results

0 commit comments

Comments
 (0)