{"id":15103966,"url":"https://github.com/rbaltrusch/fungalwhimsy","last_synced_at":"2026-01-18T19:01:44.389Z","repository":{"id":224207274,"uuid":"762714272","full_name":"rbaltrusch/FungalWhimsy","owner":"rbaltrusch","description":"Game jam entry for Löve jam 2024","archived":false,"fork":false,"pushed_at":"2024-03-11T21:39:05.000Z","size":30446,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T23:51:25.335Z","etag":null,"topics":["game","game-dev","game-development","game-jam","love-jam","love-jam-2024","love2d","lua","platformer"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbaltrusch.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":"2024-02-24T13:43:30.000Z","updated_at":"2024-12-04T07:47:40.000Z","dependencies_parsed_at":"2024-09-20T10:40:33.208Z","dependency_job_id":null,"html_url":"https://github.com/rbaltrusch/FungalWhimsy","commit_stats":{"total_commits":61,"total_committers":1,"mean_commits":61.0,"dds":0.0,"last_synced_commit":"6d238d28ac154cf35464c925c916f329517dc0fc"},"previous_names":["rbaltrusch/fungalwhimsy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2FFungalWhimsy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2FFungalWhimsy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2FFungalWhimsy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2FFungalWhimsy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbaltrusch","download_url":"https://codeload.github.com/rbaltrusch/FungalWhimsy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247336394,"owners_count":20922628,"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":["game","game-dev","game-development","game-jam","love-jam","love-jam-2024","love2d","lua","platformer"],"created_at":"2024-09-25T19:43:55.255Z","updated_at":"2026-01-18T19:01:44.382Z","avatar_url":"https://github.com/rbaltrusch.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Fungal Whimsy](media/banner_github.png)\n\nThis is a puzzle precision platformer and my game jam entry for the [LÖVE jam 2024](https://itch.io/jam/love2d-jam-2024), where you play as a small shroom exploring a dense mushroom forest filled with musky smells and humid spells.\n\n![Gif showing gameplay](media/game_showcase_md.gif)\n\nYou can play my entry on itch.io [here](https://richardbaltrusch.itch.io/fungal-whimsy).\n\n## How to run\n\nTo run, download lua and the love framework (LÖVE 11.4), then run love.exe in the current folder:\n\n```\nlove .\n```\n\nNote: you may have to specify the full path to the love executable if it is not on your path.\n\n## How to package\n\nBuild using the `tools\\build.py` script or use the manual build method described below:\n\n```\npython tools\\build.py\n```\n\n### Manual Love build\n\nDetailed packaging instructions for Windows are documented [here](https://love2d.org/wiki/Game_Distribution).\n\nEssentially, select all files required to run the game, zip them, rename .zip to .love, then concatenate it with love.exe and distribute it will all .dll's (including license) found in the love installation folder:\n\n```batch\n::zip game code and assets by hand to make FungalWhimsy.zip, then run:\ncopy FungalWhimsy.zip FungalWhimsy.love\ncopy /b love.exe+FungalWhimsy.love FungalWhimsy.exe\n::finally, copy all love2d dlls into folder containing .exe (including license).\n```\n\n### Web build\n\nAn HTML build for the web can be built using [love.js](https://github.com/Davidobot/love.js):\n\n```\nnpm install love.js\nnpx love.js.cmd FungalWhimsy.love webbuild -t=\"Fungal Whimsy\" -c\n```\n\nManually test the webbuild locally by running the following command, then opening `localhost:8000`:\n\n```\npython -m http.server --directory webbuild\n```\n\n## License\n\nThe code is available under the [MIT License](LICENSE). The artwork and audio is not included under this licensing and may only be used jointly with the code provided in this repository for non-commercial purposes. Redistribution of the artwork and audio requires permission of the author.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Ffungalwhimsy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbaltrusch%2Ffungalwhimsy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Ffungalwhimsy/lists"}