{"id":19646073,"url":"https://github.com/cm0use/turtle-graphics","last_synced_at":"2025-10-26T04:11:22.159Z","repository":{"id":142488942,"uuid":"482119906","full_name":"CM0use/Turtle-Graphics","owner":"CM0use","description":"Turtle graphics, no 3D or third-party libraries, just the standard functions provided by the compiler.","archived":false,"fork":false,"pushed_at":"2023-11-13T21:03:22.000Z","size":63,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T09:11:11.184Z","etag":null,"topics":["c","cgame","deitel-exercises","turtle-graphics"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CM0use.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-16T00:43:46.000Z","updated_at":"2023-12-17T07:20:14.000Z","dependencies_parsed_at":"2024-11-11T14:39:00.805Z","dependency_job_id":"2bd55bca-cb0c-4419-a908-6708ec64d8a3","html_url":"https://github.com/CM0use/Turtle-Graphics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CM0use%2FTurtle-Graphics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CM0use%2FTurtle-Graphics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CM0use%2FTurtle-Graphics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CM0use%2FTurtle-Graphics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CM0use","download_url":"https://codeload.github.com/CM0use/Turtle-Graphics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251338488,"owners_count":21573564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cgame","deitel-exercises","turtle-graphics"],"created_at":"2024-11-11T14:36:42.176Z","updated_at":"2025-10-26T04:11:22.056Z","avatar_url":"https://github.com/CM0use.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\r\n*** If you like this README,\r\n*** it is available as a template in my repositories,\r\n*** here is the link:\r\n*** https://github.com/CM0use/README-TEMPLATE\r\n--\u003e\r\n\u003ch1 align=\"center\"\u003eTurtle Graphics\u003c/h1\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://img.shields.io/badge/Windows-0078d7?style=for-the-badge\u0026logo=windows\u0026logoColor=ffffff\" alt=\"Windows\"\u003e\r\n  \u003cimg src=\"https://img.shields.io/badge/mac%20OS-313131?style=for-the-badge\u0026logo=macos\u0026logoColor=d7d7d7\" alt=\"macOS\"\u003e\r\n  \u003cimg src=\"https://img.shields.io/badge/Linux-ffffff?style=for-the-badge\u0026logo=linux\u0026logoColor=000000\" alt=\"Linux\"\u003e\r\n  \u003cbr\u003e\r\n  \u003ca href=\"https://github.com/CM0use/Turtle-Graphics/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-GPLv3-4a6484?style=for-the-badge\"\u003e\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\u003ci\u003eUse the turtle as a cursor to draw on the map.\u003c/i\u003e\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\r\n  \u003ca href=\"#requirements\"\u003eRequirements\u003c/a\u003e •\r\n  \u003ca href=\"#compile--run\"\u003eCompile \u0026 Run\u003c/a\u003e •\r\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e •\r\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\r\n![Gif](https://user-images.githubusercontent.com/102839710/163655248-5b8e5281-7eb6-4d44-b904-9d341c652bb2.gif)\r\n\u003c/div\u003e\r\n\r\n## Features\r\n* You can change the size of the map.\r\n* You can also change the appearance of the turtle and what it is drawing.\r\n* Easy to modify.\r\n* Cross-Platform\r\n  - Windows, macOS and Linux.\r\n\r\n## Requirements\r\n* gcc\r\n* git (optional)\r\n\r\n## Compile \u0026 Run\r\nTo **clone** and **compile** this game, you will need to have **git** and **gcc** installed on your computer.\u003cbr\u003e\r\nFrom your command line:\r\n\r\n```bash\r\ngit clone https://github.com/CM0use/Turtle-Graphics.git\r\ncd Turtle-Graphics\r\ngcc -O2 -std=c2x src/main.c src/turtle.c -o TurtleGraphics\r\n```\r\n\r\nRun on **macOS \u0026 Linux**:\r\n```bash\r\n./TurtleGraphics\r\n```\r\n\r\nRun on **Windows**:\r\n```cmd\r\nTurtleGraphics.exe\r\n```\r\n\r\n## Contributing\r\n**Any contribution you make will be greatly appreciated.**\u003cbr\u003e\r\nIf you have any ideas/suggestions to improve the repository, make a fork of the repository and create a pull request.\u003cbr\u003e\r\nYou can also \u003ca href=\"https://github.com/CM0use/Turtle-Graphics/issues\"\u003eopen the issue tracker\u003c/a\u003e to report any improvements or bugs.\u003cbr\u003e\r\n\r\n## License\r\n**Distributed under the GNU General Public License v3.0**\u003cbr\u003e\r\nSee accompanying file \u003ca href=\"https://github.com/CM0use/Turtle-Graphics/blob/main/LICENSE\"\u003eLICENSE\u003c/a\u003e\u003cbr\u003e\r\nor copy at \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.txt\"\u003eGNU General Public License\u003c/a\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcm0use%2Fturtle-graphics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcm0use%2Fturtle-graphics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcm0use%2Fturtle-graphics/lists"}