{"id":15142428,"url":"https://github.com/jefftriplett/ludum-dare-39","last_synced_at":"2026-01-18T09:01:54.591Z","repository":{"id":66934112,"uuid":"98697673","full_name":"jefftriplett/ludum-dare-39","owner":"jefftriplett","description":":space_invader: My entry Ludum Dare 39: Sokoban :package: :sparkles:","archived":false,"fork":false,"pushed_at":"2017-08-05T03:34:01.000Z","size":3752,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T15:18:38.297Z","etag":null,"topics":["gamedev","ldap","love2d","lua","ludum","ludumdare","ludumdarejam","sokoban"],"latest_commit_sha":null,"homepage":"https://ldjam.com/events/ludum-dare/39/ld39-sokoban","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/jefftriplett.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":"2017-07-29T00:30:33.000Z","updated_at":"2017-12-01T19:36:56.000Z","dependencies_parsed_at":"2023-02-23T07:01:19.980Z","dependency_job_id":null,"html_url":"https://github.com/jefftriplett/ludum-dare-39","commit_stats":{"total_commits":67,"total_committers":1,"mean_commits":67.0,"dds":0.0,"last_synced_commit":"a51d8f3fd9a4523b528ace23964405d833b633b7"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jefftriplett/ludum-dare-39","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fludum-dare-39","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fludum-dare-39/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fludum-dare-39/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fludum-dare-39/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jefftriplett","download_url":"https://codeload.github.com/jefftriplett/ludum-dare-39/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fludum-dare-39/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["gamedev","ldap","love2d","lua","ludum","ludumdare","ludumdarejam","sokoban"],"created_at":"2024-09-26T09:41:33.305Z","updated_at":"2026-01-18T09:01:54.573Z","avatar_url":"https://github.com/jefftriplett.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ludum Dare 39: Running out of Power aka \"Sokoban\" for me\n\nThis is my first Ludum Dare 39. It has a Sokoban game heavily inspired by all Sokoban games before it.\n\n![screenshot](https://www.evernote.com/shard/s27/sh/0ef2ad94-5f1f-4377-9798-8136959bd781/d76b63ed276a4e62/res/c0e03fdf-670f-44cd-9ae9-2b6e4c5ea515/skitch.png)\n\n## Resources\n\n- [Kenney](https://kenney.nl/) for graphics\n- [Tiled](http://www.mapeditor.org/) for editing tile maps\n- [ShoeBox](https://renderhjs.net/shoebox/) for editing images\n- [Sublime Text 3](https://www.sublimetext.com/)\n- [Version control via Tower](https://www.git-tower.com/mac/)\n- [Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet/)\n- [Emoji Styleguide Git Commit](https://github.com/slashsBin/styleguide-git-commit-message)\n- [Scott Lindhurst's Sokoban Levels](http://sneezingtiger.com/sokoban/levels.html)\n\n### Lua Resources\n\n- [Lua](https://www.lua.org/)\n- [Lua Style Guide](http://lua-users.org/wiki/LuaStyleGuide)\n- [awesome-lua](https://github.com/LewisJEllis/awesome-lua) - A curated list of quality Lua packages and resources.\n\n### LÖVE Resources\n\n- [LÖVE](https://love2d.org/)\n- [anim8](https://github.com/kikito/anim8) - An animation library for LÖVE\n- [awesome-love2d](https://github.com/love2d-community/awesome-love2d) - A curated list of amazingly awesome LÖVE libraries, resources and shiny things.\n- [LÖVE Helper Utilities for Massive Progression](https://github.com/vrld/hump)\n- [Simple-Tiled-Implementation (STI)](https://github.com/karai17/Simple-Tiled-Implementation) - Tiled library for LÖVE\n\n### Resources for Overcoming the Impossible (Aka Googling)\n\n- [Animation while moving sprite?](https://love2d.org/forums/viewtopic.php?t=28282) This forum thread helped me figure out what I was doing wrong with my directional animation.\n- [How to display animation while moving a sprite?](https://stackoverflow.com/questions/15488304/how-to-display-animation-while-moving-a-sprite)\n- [Using Tiled Maps in LÖVE](http://lua.space/gamedev/using-tiled-maps-in-love) This tutorial shows how to attach a player sprite to the map via a layer and control their movement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefftriplett%2Fludum-dare-39","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjefftriplett%2Fludum-dare-39","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefftriplett%2Fludum-dare-39/lists"}