From 0030d002c3465f2533d3713a96aabf7714974bc7 Mon Sep 17 00:00:00 2001 From: Efe Muhammed Orhan Date: Tue, 14 Apr 2026 22:26:28 +0300 Subject: [PATCH] Add catch-the-turtles as contributors --- src/data/projects.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69..596e106 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,11 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, + { + name: "Catch The Turtle Game", + imageSrc: "https://via.placeholder.com/150", + projectLink: "https://github.com/EfeOrhan/catch-the-turtle", + description: "A simple turtle game built with Python where player catches turtles to score points.", + tags: ["Python", "Game", "Beginner"], +}, ]; \ No newline at end of file