From 7f6ae71f4f2a05f5c3d1db562648cae186feb301 Mon Sep 17 00:00:00 2001 From: Andrea Mazzucchelli <60042277+andrmaz@users.noreply.github.com> Date: Sat, 9 Sep 2023 13:10:48 +0200 Subject: [PATCH] docs: instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fcd45bf..3cdd697 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Deploy static content to Pages](https://github.com/andrmaz/life/actions/workflows/pages-build-deployment.yml/badge.svg)](https://github.com/andrmaz/life/actions/workflows/pages-build-deployment.yml) + # Game of life ## Problem description @@ -24,3 +26,5 @@ that specifies: - the current generation number; - the grid size; - the population state (\* represents a live cell, . represents a dead cell). + +The sample files can be found in the [public directory](https://github.com/andrmaz/life/tree/main/public)