From f59bcfbea9ae93d945c0ef3dcbf2bb5b184fc0a3 Mon Sep 17 00:00:00 2001
From: elioat <{ID}+{username}@users.noreply.github.com>
Date: Thu, 20 Jun 2024 14:10:40 -0400
Subject: *
---
life.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/life.txt b/life.txt
index 0428310..f0791e4 100644
--- a/life.txt
+++ b/life.txt
@@ -14,4 +14,12 @@ I like to implement Conway's Game of Life. Here are some notes on my general app
- Any cell with more than 3 live neighbor dies
- Any dead cell with 3 neighbors becomes a living cell
+## Implementation
+
+- Define the world as a 2d grid, typically an array
+- Function to dislay the grid
+- Function to count living neighbors
+- Function to apply the rules of life to each cell
+- Function to bundle everything together, this takes in the initial state as well as the number of generations to run
+
--
cgit 1.4.1-2-gfad0
it