{"id":23587908,"url":"https://github.com/arkenidar/flowgorithm-related","last_synced_at":"2026-07-13T22:31:56.420Z","repository":{"id":229055735,"uuid":"775499612","full_name":"arkenidar/flowgorithm-related","owner":"arkenidar","description":"Flowgorithm is a free beginner's programming language that is based on graphical flowcharts.","archived":false,"fork":false,"pushed_at":"2025-09-16T16:31:39.000Z","size":951,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T17:35:35.849Z","etag":null,"topics":["algorithm","flow","logo","lua"],"latest_commit_sha":null,"homepage":"https://arkenidar.github.io/flowgorithm-related/flowgorithm-for-logo.html","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arkenidar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-21T14:02:45.000Z","updated_at":"2025-09-16T16:31:43.000Z","dependencies_parsed_at":"2024-03-21T20:32:28.637Z","dependency_job_id":"246e4fa5-8ee5-43cc-aca8-e8cf9d6d78d3","html_url":"https://github.com/arkenidar/flowgorithm-related","commit_stats":null,"previous_names":["arkenidar/flowgorithm-related"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arkenidar/flowgorithm-related","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkenidar%2Fflowgorithm-related","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkenidar%2Fflowgorithm-related/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkenidar%2Fflowgorithm-related/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkenidar%2Fflowgorithm-related/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkenidar","download_url":"https://codeload.github.com/arkenidar/flowgorithm-related/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkenidar%2Fflowgorithm-related/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35439213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["algorithm","flow","logo","lua"],"created_at":"2024-12-27T05:10:33.558Z","updated_at":"2026-07-13T22:31:56.412Z","avatar_url":"https://github.com/arkenidar.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flowgorithm Related\n\n## Screenshots ( for Love2D-based Turtle Graphics )\n\n### Example : Two Triangles basic example\n\n```lua\n-- love-turtle/demo0.lua\nlocal function triangle(side, angle)\n    move(side)\n    turn(angle)\n    move(side)\n    turn(angle)\n    move(side)\n    turn(angle)\nend\n\ntriangle(100, 120)\ntriangle(100, -120)\n```\n\nDraw two triangles, one clockwise and one counter-clockwise.\n\n![Two Triangles Screenshot](love-turtle/docs/screens/2-triangles--Screenshot_20250915_193154.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkenidar%2Fflowgorithm-related","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkenidar%2Fflowgorithm-related","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkenidar%2Fflowgorithm-related/lists"}