{"id":31818147,"url":"https://github.com/matmanna/big-o-s-loop-lab","last_synced_at":"2025-10-11T10:51:41.327Z","repository":{"id":316962502,"uuid":"1031238611","full_name":"matmanna/big-o-s-loop-lab","owner":"matmanna","description":"🔁 A programming-simulator game where loops and recursion are used to control and solve puzzles!","archived":false,"fork":false,"pushed_at":"2025-09-27T20:37:43.000Z","size":116084,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"fourpointfour","last_synced_at":"2025-09-27T22:20:26.243Z","etag":null,"topics":["gmtk-jam","godot","godot4","logic-programming","pixel-art","programming-language","puzzle","puzzle-game","visual-programming"],"latest_commit_sha":null,"homepage":"https://matmanna.itch.io/big-o-s-loop-lab","language":"GDScript","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/matmanna.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-03T10:15:46.000Z","updated_at":"2025-09-24T01:15:23.000Z","dependencies_parsed_at":"2025-09-27T22:31:33.045Z","dependency_job_id":null,"html_url":"https://github.com/matmanna/big-o-s-loop-lab","commit_stats":null,"previous_names":["matmanna/big-o-s-loop-lab"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/matmanna/big-o-s-loop-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmanna%2Fbig-o-s-loop-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmanna%2Fbig-o-s-loop-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmanna%2Fbig-o-s-loop-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmanna%2Fbig-o-s-loop-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matmanna","download_url":"https://codeload.github.com/matmanna/big-o-s-loop-lab/tar.gz/refs/heads/fourpointfour","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmanna%2Fbig-o-s-loop-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006871,"owners_count":26084208,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["gmtk-jam","godot","godot4","logic-programming","pixel-art","programming-language","puzzle","puzzle-game","visual-programming"],"created_at":"2025-10-11T10:51:40.426Z","updated_at":"2025-10-11T10:51:41.320Z","avatar_url":"https://github.com/matmanna.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Big O's Loop Lab\n\n[![](https://img.shields.io/badge/Itch-FA5C5C?logo=itchdotio\u0026logoColor=white)](https://matmanna.itch.io/big-o-s-loop-lab)\n[![wakatime](https://wakatime.com/badge/user/7482ea9d-3085-4e9b-95ad-1ca78a14d948/project/f113dd3e-789e-455e-86eb-b28c592bfebc.svg)](https://wakatime.com/badge/user/7482ea9d-3085-4e9b-95ad-1ca78a14d948/project/f113dd3e-789e-455e-86eb-b28c592bfebc)\n\n🔁 A mini visual programming language game that teaches computational thinking through concepts such as algorithmic efficiency, optimization, and recursion. Although aimed at non-technical player, the game (with additional levels) will create interesting and novel puzzles which can challenge someone of any proficiency.\n\n## 🤔  Inspiration\n\nWhen I first heard Mark announce the theme, I thought \"I've got to be able to do something with electrical currents\". But it turns out my original 3D prototype/plans were far too ambitious, so I ended up with a more achievable game about programming. While two-dimensional, the UI and code-evaluator implementations were anything but simple. Although I first considered Scratch-like blocks, I eventually decided on wires \u0026 nodes due to aesthetic preference. \n\n## ✨ Features\n\n- Nodes\n  - Loops\n\t- Repeat N\n\t- While\n  - Math\n\t- Arithmetic\n\t- Booleans\n  - Conditionals\n\t- If... then:\n  - Data\n\t- Value \n\t- Console Log\n  - Motion \u0026 Sensing\n\t- Face []\n\t- Walk [] \n\t- Facing wall?\n\t- Facing goal? \n- Interface\n  - Zoom-able, pan-able canvas\n  - Categorized node palette\n- Level management\n  - Level select\n  - Runnable/stoppable programs\n\n## 🗺 Status/Roadmap\n\nThe game is fairly unfinished and contains many known bugs and undoubtedly many unknown ones. It would help a lot if you left a rating and commented any bugs/suggestions you might have!\n\nIn the next few of weeks, I will begin developing a post-jam version of the game taking into account suggestions and bugs discovered during the judging period and features I didn't have time to implement. To be notified for either of these things, follow me on itch.io. \n\n## 🙌 Acknowledgements\n\nAll code, game design, etc. created by [Mat Manna](https://github.com/matmanna)\n\nOther code and assets were created by:\n- [Kenney Vleugels](https://kenney.nl) (UI, SFX, game viewport assets)\n- [Nathan Hoad](https://github.com/nathanhoad) for Godot Dialogue Manager\n- [Marek Belski](https://github.com/Maaack) for Godot Game Template\n- [StumpyStrust](https://opengameart.org/users/stumpystrust) and [TinyTakinTeller](https://github.com/TinyTakinTeller) for Menu Music\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatmanna%2Fbig-o-s-loop-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatmanna%2Fbig-o-s-loop-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatmanna%2Fbig-o-s-loop-lab/lists"}