diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 51c233b..26d8fec 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,7 +4,10 @@ | Version | Supported | | ------- | ------------------ | -| [v1.0.1](https://github.com/a-tesseract/Othello/releases/tag/v1.0.2) | :white_check_mark: | +| [v1.0.0](https://github.com/a-tesseract/Othello/releases/tag/v1.0.1) | ❌ | +| [v1.0.1](https://github.com/a-tesseract/Othello/releases/tag/v1.0.1) | ✅ | +| [v1.0.2](https://github.com/a-tesseract/Othello/releases/tag/v1.0.2) | ✅ | +| [v1.1.0](https://github.com/a-tesseract/Othello/releases/tag/v1.1.0) | ✅ | ## Reporting a Vulnerability diff --git a/README.md b/README.md index 187ad3e..4ec1841 100644 --- a/README.md +++ b/README.md @@ -56,16 +56,16 @@ It is played on an `8x8 uncheckered board` with `64 identical game pieces` calle -1. Open the [**latest release**](https://github.com/a-tesseract/Othello/releases/tag/v1.0.2 "v1.0.1"). +1. Open the [**latest release**](https://github.com/a-tesseract/Othello/releases/tag/v1.1.0 "v1.1.0"). -2. Install the [`Source code`](https://github.com/a-tesseract/Othello/archive/refs/tags/v1.0.2.zip "Source Code installation"). +2. Install the [`Source code`](https://github.com/a-tesseract/Othello/archive/refs/tags/v1.1.0.zip "Source Code installation"). -3. Move the [**assets/**](https://github.com/a-tesseract/Othello/tree/v1.0.2/assets) to the following folder: +3. Move the [**assets/**](https://github.com/a-tesseract/Othello/tree/v1.1.0/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.2/requirements.txt "requirements.txt"), with: `pip install -r requirements.txt`. +4. Install the needed [*requirements*](https://github.com/a-tesseract/Othello/blob/v1.1.0/requirements.txt "requirements.txt"), with: `pip install -r requirements.txt`. -5. Run the [`__main__.py`](https://github.com/a-tesseract/Othello/blob/v1.0.2/__main__.py "__main__.py"), which starts the game. +5. Run the [`__main__.py`](https://github.com/a-tesseract/Othello/blob/v1.1.0/__main__.py "__main__.py"), which starts the game.

@@ -103,6 +103,9 @@ Thanks to on the [modules](https://github.com/a-tesseract/Othello/blob/main/requ ## Original Game Thanks to **Goro Hasegawa** who is credited for inventing the original board game Othello, also known as *Reversi*. +## Excelidraw +Thanks to [Excelidraw](https://github.com/excalidraw/excalidraw "Excelidraw on GitHub") for helping create the `how to play`. +