{"id":23302027,"url":"https://github.com/caiofov/fallingcircles-lua-love","last_synced_at":"2026-04-29T01:34:08.382Z","repository":{"id":81000428,"uuid":"471846023","full_name":"caiofov/FallingCircles-Lua-LOVE","owner":"caiofov","description":"A simple 2D game developed in Lua with LÖVE","archived":false,"fork":false,"pushed_at":"2022-03-21T00:00:35.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:20:45.922Z","etag":null,"topics":["game","love2d","lua"],"latest_commit_sha":null,"homepage":"","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/caiofov.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}},"created_at":"2022-03-20T00:47:53.000Z","updated_at":"2022-04-10T13:31:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d4f1ecf-72e5-479f-8de8-7a4b238ecc5b","html_url":"https://github.com/caiofov/FallingCircles-Lua-LOVE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caiofov/FallingCircles-Lua-LOVE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FFallingCircles-Lua-LOVE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FFallingCircles-Lua-LOVE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FFallingCircles-Lua-LOVE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FFallingCircles-Lua-LOVE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caiofov","download_url":"https://codeload.github.com/caiofov/FallingCircles-Lua-LOVE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FFallingCircles-Lua-LOVE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["game","love2d","lua"],"created_at":"2024-12-20T10:18:23.865Z","updated_at":"2026-04-29T01:34:08.354Z","avatar_url":"https://github.com/caiofov.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Falling circles\n## About the project\n\u003cp\u003eA simple 2D game developed in Lua using LÖVE. The goal of its development is learning the basics of Lua programming language.\u003c/p\u003e\n\u003cp\u003eThis project is based on this Challamade Youtube channel's \u003ca href=\"https://www.youtube.com/watch?v=wttKHL90Ank\"\u003etutorial\u003c/a\u003e, even though I have implemented original features for my game.\u003c/p\u003e\n\n## About the game\n\u003cimg src = \"https://github.com/caiofov/FallingCircles-Lua-LOVE/blob/main/img/game_screen.png?raw=true\" width = \"320vw\"\u003e \u003cimg src = \"https://github.com/caiofov/FallingCircles-Lua-LOVE/blob/main/img/gameover_screen.png?raw=true\" width = \"320vw\"\u003e \u003cimg src = \"https://github.com/caiofov/FallingCircles-Lua-LOVE/blob/main/img/mainmenu_screen.png?raw=true\" width = \"320vw\"\u003e\n\u003cp\u003eYou should click on the falling circles on the screen before loosing all your health.\u003c/p\u003e \n\u003cp\u003eYou will \u003cb\u003eloose health\u003c/b\u003e by:\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003e Clicking outside of the circles (black background)\u003c/li\u003e\n  \u003cli\u003e Letting a circle fall off the screen\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis game also saves the highest score, which is recorded on the file named \u003ci\u003ehighest_score.txt\u003c/i\u003e\u003c/p\u003e\n\n### Updates?\n\u003cp\u003eI don't have plans in upgrading this game, but I like to take notes regarding some improvements I could have develop. Here they are:\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003e Types of circles - each one with its own initial speed. The faster it is, more scores it gives to the player \u003c/li\u003e\n  \u003cli\u003e Pause option \u003c/li\u003e\n  \u003cli\u003e Countdown before starting/restarting the game \u003c/li\u003e\n  \u003cli\u003e Sound effects \u003c/li\u003e\n  \u003cli\u003e Nice graphics -\u003e more attractive interface \u003c/li\u003e\n  \u003cli\u003e Record player's name when saving the highest score \u003c/li\u003e\n  \u003cli\u003e Instead of only one highest score, we could have a rank of top scores \u003c/li\u003e\n  \u003cli\u003e A few powerups would also fit nice. For example, an asset that could remove all the circles which are being displayed \u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiofov%2Ffallingcircles-lua-love","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaiofov%2Ffallingcircles-lua-love","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiofov%2Ffallingcircles-lua-love/lists"}