Skip to content

Commit

Permalink
Add link to asynchronous version of Conway's Game of Life
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy authored Oct 30, 2024
1 parent f532f0a commit f49904a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specifications/GameOfLife/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ GameOfLife.tla
--------------

[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
This specification with some more description can be also found [here](https://github.com/mryndzionek/tlaplus_specs#gameoflifetla)
This specification with some more description can be also found [here](https://github.com/mryndzionek/tlaplus_specs#gameoflifetla).

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 comments on commit f49904a

Please sign in to comment.