Skip to content

Commit

Permalink
Switched to raw links for README
Browse files Browse the repository at this point in the history
  • Loading branch information
Niyaz-Mohamed committed Aug 25, 2024
1 parent ce37b46 commit 47d4b14
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ 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

I intend to develop this project further in the future by implementing [multiple neighborhood cellular automata](https://slackermanz.com/understanding-multiple-neighborhood-cellular-automata/) (Credit to Slackermanz), which tend to display more complex behavior and often form stable solitons.

## 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) |

0 comments on commit 47d4b14

Please sign in to comment.