Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
];