Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
aahan0511 committed Jan 2, 2025
1 parent fa2ae54 commit 0ef7189
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported |
| ------- | ------------------ |
| [v1.0.1](https://github.com/a-tesseract/Othello/releases/tag/v1.0.1) | :white_check_mark: |
| [v1.0.1](https://github.com/a-tesseract/Othello/releases/tag/v1.0.2) | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ It is played on an `8x8 uncheckered board` with `64 identical game pieces` calle

</div>

1. Open the [**latest release**](https://github.com/a-tesseract/Othello/releases/tag/v1.0.1 "v1.0.1").
1. Open the [**latest release**](https://github.com/a-tesseract/Othello/releases/tag/v1.0.2 "v1.0.1").

2. Install the [`Source code`](https://github.com/a-tesseract/Othello/archive/refs/tags/v1.0.1.zip "Source Code installation").
2. Install the [`Source code`](https://github.com/a-tesseract/Othello/archive/refs/tags/v1.0.2.zip "Source Code installation").

3. Move the [**assets/**](https://github.com/a-tesseract/Othello/tree/v1.0.1/assets) to the following folder:
3. Move the [**assets/**](https://github.com/a-tesseract/Othello/tree/v1.0.2/assets) to the following folder:
`C:\Users\YOUR_USERNAME\AppData\Local\Othello`.

4. Install the needed [*requirements*](https://github.com/a-tesseract/Othello/blob/v1.0.1/requirements.txt "requirements.txt"), with: `pip install -r requirements.txt`.
4. Install the needed [*requirements*](https://github.com/a-tesseract/Othello/blob/v1.0.2/requirements.txt "requirements.txt"), with: `pip install -r requirements.txt`.

5. Run the [`__main__.py`](https://github.com/a-tesseract/Othello/blob/v1.0.1/__main__.py "__main__.py"), which starts the game.
5. Run the [`__main__.py`](https://github.com/a-tesseract/Othello/blob/v1.0.2/__main__.py "__main__.py"), which starts the game.

<br><br>
<div align="center">
Expand Down

0 comments on commit 0ef7189

Please sign in to comment.