]> git.ameliathe1st.gay Git - cells.git/commitdiff
Noms plus propres pour les automates
authorAmélia Coutard-Sander <git@ameliathe1st.gay>
Fri, 13 Dec 2024 01:38:00 +0000 (02:38 +0100)
committerAmélia Coutard-Sander <git@ameliathe1st.gay>
Fri, 13 Dec 2024 01:38:00 +0000 (02:38 +0100)
automata/automata/life.ml
automata/automata/wireworld.ml

index 69267bf4fd9f1f43dae7da9efb24e72bf7ff65c6..032488511f794c0361ffe11a813a7de878d83cd7 100644 (file)
@@ -13,7 +13,7 @@
  * with this program. If not, see <https://www.gnu.org/licenses/>.
  *)
 
-let name = "life"
+let name = "Conway's Game of Life"
 
 type t = Dead | Alive
 
index 9ca34515f49742fb5d78e130cd3951eb3bccd734..14ab5d7bebc6f30064ca7b1072b0dce59fdaad2a 100644 (file)
@@ -13,7 +13,7 @@
  * with this program. If not, see <https://www.gnu.org/licenses/>.
  *)
 
-let name = "wireworld"
+let name = "Wireworld"
 
 type t = Empty | Conductor | Head | Tail