From 412fbc37f78be639a426879296fe7ff9d4769f13 Mon Sep 17 00:00:00 2001 From: Cameron Redmore Date: Tue, 12 Aug 2025 11:48:59 +0100 Subject: [PATCH 1/2] Implement Game of Life feature with card flip UI and simulation controls --- index.html | 221 ++++++++++------- src/client.ts | 14 ++ src/gameoflife.ts | 589 ++++++++++++++++++++++++++++++++++++++++++++++ src/style.css | 81 +++++++ 4 files changed, 816 insertions(+), 89 deletions(-) create mode 100644 src/gameoflife.ts diff --git a/index.html b/index.html index f5a2839..b4234e0 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,8 @@ @@ -35,109 +37,150 @@
-
+
-
-
+
+
+ +
- -
- Cameron B. R. Redmore -
- - - - - - + +
+ Cameron B. R. Redmore + + + +
- -