game-of-life

Conway's Game of Life
git clone git://src.adamsgaard.dk/game-of-life
Log | Files | Refs

commit 201996436f8f60031b8737df004b45a1edd86b6e
parent e06e532934694aa38400f0935fe73fa28965d8c7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat,  7 Sep 2019 09:31:28 +0200

Update contact information and add usage instructions

Diffstat:
MREADME.rst | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst @@ -2,8 +2,10 @@ game-of-life ============ Conway's Game of Life implemented in C. +Run `make` to compile and run. The world is displayed as standard output +in the terminal. + The code is licensed under the GNU General Public License version 3 or later. See ``LICENSE.txt`` for details. -Code by Anders Damsgaard, andersd@riseup.net -https://github.com/anders-dc/game-of-life +Code by Anders Damsgaard https://src.adamsgaard.dk/game-of-life