Skip to content

Commit f49904a

Browse files
authored
Add link to asynchronous version of Conway's Game of Life
1 parent f532f0a commit f49904a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specifications/GameOfLife/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ GameOfLife.tla
22
--------------
33

44
[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
5-
This specification with some more description can be also found [here](https://github.com/mryndzionek/tlaplus_specs#gameoflifetla)
5+
This specification with some more description can be also found [here](https://github.com/mryndzionek/tlaplus_specs#gameoflifetla).
6+
7+
A model of an asynchronous version of Conway's Game of Life, inspired by Chrystopher L. Nehaniv's work, "Evolution in Asynchronous Cellular Automata," is available at https://github.com/lemmy/AsyncGameOfLife/blob/master/AsyncGameOfLife.tla.

0 commit comments

Comments
 (0)