{"id":30591916,"url":"https://github.com/britalmeida/project_loose","last_synced_at":"2025-12-27T21:07:12.420Z","repository":{"id":234579984,"uuid":"789180502","full_name":"britalmeida/project_loose","owner":"britalmeida","description":"Game submission for the PlayJam5!","archived":false,"fork":false,"pushed_at":"2025-08-19T10:50:28.000Z","size":100222,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-19T12:40:15.891Z","etag":null,"topics":["gamejam-2024","playdate"],"latest_commit_sha":null,"homepage":"https://iralmeida.itch.io/froggotten-recipes","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/britalmeida.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}},"created_at":"2024-04-19T21:39:40.000Z","updated_at":"2025-08-19T10:50:31.000Z","dependencies_parsed_at":"2025-08-19T12:33:54.404Z","dependency_job_id":null,"html_url":"https://github.com/britalmeida/project_loose","commit_stats":null,"previous_names":["britalmeida/project_loose"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/britalmeida/project_loose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/britalmeida%2Fproject_loose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/britalmeida%2Fproject_loose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/britalmeida%2Fproject_loose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/britalmeida%2Fproject_loose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/britalmeida","download_url":"https://codeload.github.com/britalmeida/project_loose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/britalmeida%2Fproject_loose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272733437,"owners_count":24984262,"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-08-29T02:00:10.610Z","response_time":87,"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":["gamejam-2024","playdate"],"created_at":"2025-08-29T17:41:45.029Z","updated_at":"2025-12-27T21:07:12.415Z","avatar_url":"https://github.com/britalmeida.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Froggotten Recipes\n\n![Game art showing Froggo and title](promo/website_header.png?raw=true)\n\nFroggotten Recipes is a smol [Playdate](https://play.date) game made by a group of friends for a game jam.\n\n The jam was (PlayJam5(https://itch.io/jam/playjam-5)) and the theme was: 'You Forgot Something'.\n\nWe took an extra weekend after the jam to develop it a 'lil further which was - of course - a total trap.  \nWe've ended up with a totally new version and (maybe) learned something about feature creep.\n\n\n\n## Full Game Version\n**To play the totally new version** with new mechanics, art, soundfx, sleep, and an equally grumpy frog, see the [new itch.io page](https://iralmeida.itch.io/froggotten-recipes) or 🥁...\n\n**play it right from [Playdate's Catalog](https://play.date/games/froggotten-recipes/)!**  \nWe're happy to have our game published on 8th Dec 2025 🐸🎉\n\n\n### Source Files\nThis git branch has the [full game source files](https://github.com/britalmeida/project_loose/tree/main).\n\n### License\nThe game source bundle is available under CC BY 4.0.  \nThe code is available under the MIT license.  \nWe are more than happy that our source bundle is tinkered with for learning and used as a base for new games. Check the [LICENSE file](LICENSE).\n\n## Jam Version\nIf you're curious, you can see the [game as it was for the game jam](https://github.com/britalmeida/project_loose/releases/tag/improved_jam) with the source files on the [jam branch](https://github.com/britalmeida/project_loose/tree/jam_version).  \n**To play the improved jam version**, see the [itch.io page](https://iralmeida.itch.io/froggotten-recipes-jam).\n\n\n\n## Running the Game\nThe game can be played on a Playdate or simulator.  \nSee instructions in the [itch.io page](https://iralmeida.itch.io/froggotten-recipes).\n \n## Dev Setup\n\nEither **manually** run the `pdc` compiler and the simulator, or use **VSCode** as interface for git, code and launching the simulator.\n\n1. **Download the PlaydateSDK** to run the simulator and the compiler.  \nhttps://play.date/dev/\n\n2. **Set environment variables**\n\n    (Optional) to run the compiler from the terminal\n\n    e.g. on `~/.bashrc`:\n    ```\n    # Playdate\n    export PLAYDATE_SDK_PATH=\"$HOME/stuff/PlaydateSDK\"\n    export PATH=\"$PLAYDATE_SDK_PATH/bin:$PATH\"\n    ```\n\n3. **Setup VSCode**\n\n    - Install **VSCode extensions**\n        - Playdate (`midouest.playdate-debug`) - package the game and run in the simulator from the IDE.\n        - Lua (`sumneko.lua`) - syntax highlighting and language support for Lua.\n\n    - Add the SDK Path to the settings in the `.code-workspace` file\n        ```\n        \"settings\": {\n            \"playdate-debug.sdkPath\": \"/Users/stuff/PlaydateSDK\",\n        }\n        ```\n\n4. **Workflow**\n\n    Open the project folder in VSCode.  \n    Press F5, the playdate simulator should appear.  \n    From the simulator, the game can be uploaded to a physical console.\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbritalmeida%2Fproject_loose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbritalmeida%2Fproject_loose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbritalmeida%2Fproject_loose/lists"}