{"id":19489641,"url":"https://github.com/chadowo/sokoruby","last_synced_at":"2026-07-02T07:32:33.867Z","repository":{"id":185085292,"uuid":"672968563","full_name":"Chadowo/sokoruby","owner":"Chadowo","description":"Sokoban made in Ruby","archived":false,"fork":false,"pushed_at":"2024-03-12T01:19:45.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T19:34:09.630Z","etag":null,"topics":["game","gosu","libgosu","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/Chadowo.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":"2023-07-31T15:09:13.000Z","updated_at":"2023-11-15T00:04:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf965c1d-65a4-4c9b-b85b-f75f8ca63494","html_url":"https://github.com/Chadowo/sokoruby","commit_stats":null,"previous_names":["chadowo/sokoruby"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chadowo/sokoruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fsokoruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fsokoruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fsokoruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fsokoruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chadowo","download_url":"https://codeload.github.com/Chadowo/sokoruby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fsokoruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35038239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":["game","gosu","libgosu","ruby"],"created_at":"2024-11-10T21:09:26.301Z","updated_at":"2026-07-02T07:32:33.846Z","avatar_url":"https://github.com/Chadowo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SokoRuby\n\nSokoban clone made in [Ruby](https://www.ruby-lang.org) with [Gosu](https://www.libgosu.org/).\n\n## Play\n\n### Get It\n\nDownload a zip of the source code here or clone it:\n\n```console\ngit clone https://github.com/Chadowo/sokoruby.git\n```\n\nYou'll need gosu to run the game, either install it with gem:\n\n```console\ngem install gosu\n```\n\nor use Bundler:\n\n```console\nbundle install\n```\n\nafter that to run the game just run the `main.rb` file (if you used bundler to install gosu, then the command\nis slightly different, put `bundle exec` before `ruby`).\n\n### Controls\n\nYour objective is for all the boxes (yellow squares) to be on a storage (red squares),\navoid being in a position where you can't move a box and try to solve the level with\nthe least steps possibles!\n\n\u003ckbd\u003eW\u003c/kbd\u003e\u003ckbd\u003eA\u003c/kbd\u003e\u003ckbd\u003eS\u003c/kbd\u003e\u003ckbd\u003eD\u003c/kbd\u003e or \u003ckbd\u003e↑\u003c/kbd\u003e\u003ckbd\u003e←\u003c/kbd\u003e\u003ckbd\u003e↓\u003c/kbd\u003e\u003ckbd\u003e→\u003c/kbd\u003e - Move yourself\n\n\u003ckbd\u003eR\u003c/kbd\u003e - Reset the level\n\n\u003ckbd\u003eEscape\u003c/kbd\u003e - Close the game\n\n## Extend\n\nThe code's documented nicely (I hope), so you can follow along pretty easily to\ncreate your own clone or learn a bit from it.\n\n## Features\n\n- can move\n- can push boxes\n- can win\n\n## Caveats\n\n- can't push boxes in a row yet\n- can't push boxes that are in storage\n- no graphics\n\n## License\n\nThis game is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadowo%2Fsokoruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchadowo%2Fsokoruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadowo%2Fsokoruby/lists"}