FIX: Removed automation project.

I didn't actually do it
This commit is contained in:
Hayden Hargreaves 2025-03-27 23:23:40 -07:00
parent adf28f2acb
commit b2225b79da

View File

@ -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.",