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