From b2225b79dad417d5d89472c05af71e99895d8c26 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Thu, 27 Mar 2025 23:23:40 -0700 Subject: [PATCH] FIX: Removed automation project. I didn't actually do it --- static/projects/data.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/static/projects/data.json b/static/projects/data.json index 0139d65..7c04492 100644 --- a/static/projects/data.json +++ b/static/projects/data.json @@ -1,16 +1,4 @@ [ - { - "title": "Cellular Automation Simulation", - "description": "A cellular automation simulation using user defined rule sets. Currently, this is simply, a Conway's Game of Life simulation.", - "date": "February, 2025 - Current", - "stack": [ - "Javascript", - "SvelteKit" - ], - "image": "projects/cellularAutomation.png", - "imageAlt": "Image of my cellular automation game", - "link": "https://github.com/Azpect3120/CellularAutomation" - }, { "title": "TCP Server Notification System", "description": "Server/Client TCP notification system for communication between a server and many clients. A custom event loop and protocol was created to handle the communication between the server and clients.",