From 106afb82a7836ccf89883bfa05985f033a3a896f Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 22 Dec 2025 10:15:59 -0800 Subject: [PATCH] Add 2048 game to projects --- src/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/index.html b/src/index.html index c9657dd..e1a5d37 100644 --- a/src/index.html +++ b/src/index.html @@ -216,6 +216,22 @@ + +
+

2048 Game (React + AWS)

+

+ A fully responsive implementation of the classic 2048 game built with React, TypeScript, and Vite. + Hosted on AWS S3 + CloudFront with automated CI/CD via GitHub Actions. +

+ +