{"id":13682090,"url":"https://github.com/jessebraham/fennel-game-dev","last_synced_at":"2025-10-24T10:57:05.707Z","repository":{"id":76242726,"uuid":"240431410","full_name":"jessebraham/fennel-game-dev","owner":"jessebraham","description":"Exploring 2D game development with some added Lispy-goodness","archived":false,"fork":false,"pushed_at":"2020-02-21T02:36:25.000Z","size":11,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T03:35:12.248Z","etag":null,"topics":["fennel","gamedev","love","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessebraham.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}},"created_at":"2020-02-14T04:57:25.000Z","updated_at":"2025-07-09T20:23:08.000Z","dependencies_parsed_at":"2024-01-14T15:25:10.516Z","dependency_job_id":"b4790f35-14bb-40d9-a2e3-ed42f76388ab","html_url":"https://github.com/jessebraham/fennel-game-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jessebraham/fennel-game-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Ffennel-game-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Ffennel-game-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Ffennel-game-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Ffennel-game-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessebraham","download_url":"https://codeload.github.com/jessebraham/fennel-game-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Ffennel-game-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280783881,"owners_count":26390280,"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-24T02:00:06.418Z","response_time":73,"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":["fennel","gamedev","love","love2d","lua"],"created_at":"2024-08-02T13:01:40.609Z","updated_at":"2025-10-24T10:57:05.679Z","avatar_url":"https://github.com/jessebraham.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# Game Development with Fennel and LÖVE\n\nExperiments developing 2D games using [Fennel] and [LÖVE].\n\nThis repository contains the source code to accompany [Game Development with Fennel and LÖVE]. For a more in-depth explanation please refer to the post.\n\n[Fennel]: https://fennel-lang.org/\n[LÖVE]: https://love2d.org/\n[Game Development with Fennel and LÖVE]: https://beta7.io/posts/game-development-with-fennel-and-love.html\n\n## Quickstart\n\nMake sure you have installed LÖVE on your system, and that `love` is available on your `PATH`. Visit [the LÖVE website] for details.\n\nNext, check out the repository and fetch the dependencies. At this time, only `fennel.lua` is required, which can be saved directly from [the Fennel repository], or downloaded using the included `deps.sh` script.\n\n```bash\n$ git clone https://github.com/jessebraham/fennel-game-dev\n$ cd fennel-game-dev/\n$ ./deps.sh\n```\n\nThere are three games within this repository. Each are briefly documented below.\n\n### Snake\n\nBased on the [snake tutorial] from Simple Game Tutorials. To run:\n\n[snake tutorial]: https://simplegametutorials.github.io/snake/\n\n```bash\n$ love snake\n```\n\n### Bird\n\nBased on the [bird tutorial] from Simple Game Tutorials. To run:\n\n[bird tutorial]: https://simplegametutorials.github.io/bird/\n\n```bash\n$ love bird\n```\n\n### Blocks\n\nBased on the [blocks tutorial] from Simple Game Tutorials. To run:\n\n[blocks tutorial]: https://simplegametutorials.github.io/blocks/\n\n```bash\n$ love blocks\n```\n\n[the LÖVE website]: https://love2d.org/\n[the Fennel repository]: https://github.com/bakpakin/Fennel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessebraham%2Ffennel-game-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessebraham%2Ffennel-game-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessebraham%2Ffennel-game-dev/lists"}