{"id":26031248,"url":"https://github.com/rafaeldelboni/zero-to-hero","last_synced_at":"2026-06-08T16:31:34.900Z","repository":{"id":278900114,"uuid":"906477436","full_name":"rafaeldelboni/zero-to-hero","owner":"rafaeldelboni","description":"In Zero to Hero, a puzzle-platformer, you control a formless shadow blob that slowly learns to mimic the abilities of fallen heroes.","archived":false,"fork":false,"pushed_at":"2025-02-23T20:05:35.000Z","size":20691,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-09T23:02:51.467Z","etag":null,"topics":["clojurescript","game","game-development","phaser3"],"latest_commit_sha":null,"homepage":"https://rafaeldelboni.itch.io/zero-to-hero","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaeldelboni.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-21T02:39:35.000Z","updated_at":"2025-03-17T17:01:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"83128e9c-b926-4d46-a03e-7ca4f069f816","html_url":"https://github.com/rafaeldelboni/zero-to-hero","commit_stats":null,"previous_names":["rafaeldelboni/zero-to-hero"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaeldelboni/zero-to-hero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldelboni%2Fzero-to-hero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldelboni%2Fzero-to-hero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldelboni%2Fzero-to-hero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldelboni%2Fzero-to-hero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaeldelboni","download_url":"https://codeload.github.com/rafaeldelboni/zero-to-hero/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldelboni%2Fzero-to-hero/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34071651,"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-06-08T02:00:07.615Z","response_time":111,"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":["clojurescript","game","game-development","phaser3"],"created_at":"2025-03-06T19:33:07.838Z","updated_at":"2026-06-08T16:31:34.895Z","avatar_url":"https://github.com/rafaeldelboni.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](docs/new-logo.png)\n# Zero to Hero\nIn Zero to Hero, a puzzle-platformer, you control a formless shadow blob that slowly learns to mimic the abilities of fallen heroes. Starting as an amorphous entity, you gradually acquire movement and  skills like legs to jump higher,  arms to push objects, and a sword to slash objects—each upgrade expanding your traversal options and puzzle-solving capabilities in a Metroidvania-inspired progression. \n\nThis game was made in 66 non consecutive hours for the First Dev Jam 2025\n\n## Development\n\n### Requirements\n- [npm](https://www.npmjs.com/)\n- [clojure](https://clojure.org/)\n\n### Instructions\n\n#### Bootstrap\n```bash\nnpm install\n```\n\n#### Watch on http://localhost:5000\n```bash\nnpm run watch\n```\n\n#### Release Build (release/public)\n```bash\nnpm run release\n```\n\n##### Serve Release bundle\n```bash\ngzip resources/public/js/*.js\nnpx http-server resources/public -g\n```\n\n##### Generate Zip for itch.io\n```bash\ncd resources/public \u0026\u0026 zip -r zero.zip * \u0026\u0026 cd ../../\n```\n\n## Controlers\n\n- Movement\n  - **A** or **Left Arrow**\n  - **D** or **Right Arrow**\n  - **Space**, **W** or **Up Arrow**\n- Change Form\n  - **S** or **Down Arrow**\n- Attack\n  - **Shift**\n- Music Toggle\n  - **M**\n\n## Acknowledgements\nPeople that helped testing the development builds\n\n- [Gustavo Passos](https://github.com/theGusPassos)\n- [Lucas Bertin](https://github.com/lucascebertin)\n- [Lucas Teles](https://github.com/lucasteles)\n- [Luiz Strobelt](https://github.com/strobelt)\n\n## Tools\n- [aseprite](https://www.aseprite.org/)\n- [tiled](https://www.mapeditor.org/)\n\n## Credits\n- Background Tiles: https://kenney.nl/assets/1-bit-platformer-pack\n- Font: https://ggbot.itch.io/public-pixel-font\n- SFX: https://kronbits.itch.io/freesfx\n- Music: https://safetystoatstudios.itch.io/free-vgms\n\n## License\n\n### Code\nThis is free and unencumbered software released into the public domain.  \nFor more information, please refer to \u003chttp://unlicense.org\u003e\n\n### Assets\nThe person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.  \nFor more information, please refer to https://creativecommons.org/publicdomain/zero/1.0/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaeldelboni%2Fzero-to-hero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaeldelboni%2Fzero-to-hero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaeldelboni%2Fzero-to-hero/lists"}