From 463e51ebcd37075fa5cc33b3c4d17887980f3174 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Wed, 11 Sep 2024 23:02:13 +0500 Subject: [PATCH] change --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 279a401..eb1e9f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # Game of life -A CS100 project. The git history is lost because the original git repository was deleted, this one was reconstructed from the files I submitted. A compiled version for windows is provided, you can compile for mac and linux using the provided makefile, minor changes to makefile might be required. +A CS100 project. The git history is lost because the original git repository +was deleted, this one was reconstructed from the files I submitted. Compiled +versions for linux and windows are provided in the releases, and you can +compile yourself using the provided makefile.