From 5c18ac27c7666385cc84b6c14816e998ad286212 Mon Sep 17 00:00:00 2001
From: achabense <60953653+achabense@users.noreply.github.com>
Date: Mon, 7 Oct 2024 01:12:52 +0800
Subject: [PATCH] 0.9.7 - fix the image links in readme (why did they became
404...)
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 1ba24de..799ce19 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,15 @@ https://github.com/achabense/moody
This program helps to explore a set of cellular automaton rules known as "[MAP rules](https://golly.sourceforge.io/Help/Algorithms/QuickLife.html#map)". In short, MAP rules are 2-state rules in the range-1 Moore neighborhood. They are a strict superset of isotropic rules and outer-totalistic (aka life-like) rules, the most famous one being [Conway's Game of Life](https://conwaylife.com/wiki/Conway%27s_Game_of_Life). Below are some discoveries found by this program.
-
-
-
+
+
+
#### Features
The program supports a series of subsets. You can easily identify which subsets a rule belongs to, and explore rules in the subsets or their intersections (e.g., self-complementary isotropic rules). You can get random rules in the `Random` window, or test all rules in the set with the `Traverse` window (practical if the set is reasonably small), or modify existing ones - with the help of preview windows (`Preview`), it's easy to discover interesting rules around a given rule.
-
-
+
+
~~Also, the program is able to extract value constraints from patterns, and generate rules under the constraints (for example, rules allowing for gliders).~~ (v0.9.7: temporarily removed, as the old implementation was terrible; will re-support in the future.)
@@ -23,7 +23,7 @@ The program saves rules and patterns as common MAP-strings and RLE-strings, whic
There are a lot of rules collected during the development of this program, available [here](https://github.com/achabense/moody/tree/main/rules). You may download and have a look at some of them using the `Files` or `Clipboard` window.
-
+
#### Getting started
The binary built for Windows 10 is available at the [latest-release](https://github.com/achabense/moody/releases/latest) page. (If you are using a different system, you may try building the project yourself; see the "building" section below.)