From 47d4b14b11b4fac2e0fab410c1459957570d9528 Mon Sep 17 00:00:00 2001 From: MshNiyaz Date: Mon, 26 Aug 2024 06:54:32 +0800 Subject: [PATCH] Switched to raw links for README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 582468f..a918ca9 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Lifelike cellular automata can be defined by rulestrings. For [Conway's Game of Usage of the website is simple and instructions are provided in the console at the top right. Different automata automata can be selected in the automata seelction panel, opened by clicking the "Life" button in the top left. Settings for each automata can be changed in the "Settings" panel. A list of controls and their shortcuts are available in the "Controls" dropdown. -| Selection Window | Settings Window | -| -------------------------------------- | --------------------------------------- | -| ![Selection](images/README/Select.png) | ![Settings](images/README/Settings.png) | +| Selection Window | Settings Window | +| -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | +| ![Selection](https://github.com/Niyaz-Mohamed/Cellula/blob/main/images/README/Select.png?raw=true) | ![Settings](https://github.com/Niyaz-Mohamed/Cellula/blob/main/images/README/Settings.png?raw=true) | ## Future Development @@ -22,8 +22,8 @@ I intend to develop this project further in the future by implementing [multiple ## Gallery -| ![Game of Life](images/Life.webp) | ![Brian's Brain](images/BrianBrain.webp) | -| ---------------------------------------- | ---------------------------------------- | -| ![Wireworld](images/Wireworld.webp) | ![Rock Paper Scissors](images/RPS.webp) | -| ![Elementary](images/Elementary.webp) | ![Neural](images/Neural.webp) | -| ![Langton's Ant](images/LangtonAnt.webp) | ![Huegene](images/Huegene.webp) | +| ![Game of Life](https://raw.githubusercontent.com/Niyaz-Mohamed/Cellula/main/images/Life.webp) | ![Brian's Brain](https://raw.githubusercontent.com/Niyaz-Mohamed/Cellula/main/images/BrianBrain.webp) | +| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | +| ![Wireworld](https://raw.githubusercontent.com/Niyaz-Mohamed/Cellula/main/images/Wireworld.webp) | ![Rock Paper Scissors](https://raw.githubusercontent.com/Niyaz-Mohamed/Cellula/main/images/RPS.webp) | +| ![Elementary](https://raw.githubusercontent.com/Niyaz-Mohamed/Cellula/main/images/Elementary.webp) | ![Neural](https://raw.githubusercontent.com/Niyaz-Mohamed/Cellula/main/images/Neural.webp) | +| ![Langton's Ant](https://raw.githubusercontent.com/Niyaz-Mohamed/Cellula/main/images/LangtonAnt.webp) | ![Huegene](https://raw.githubusercontent.com/Niyaz-Mohamed/Cellula/main/images/Huegene.webp) |