{"id":50998468,"url":"https://github.com/Endika/flipper-tutu","last_synced_at":"2026-07-08T11:00:27.932Z","repository":{"id":362956241,"uuid":"1261433855","full_name":"Endika/flipper-tutu","owner":"Endika","description":"Sliding car puzzle (Rush Hour) for the Flipper Zero — 100 levels with steadily increasing difficulty","archived":false,"fork":false,"pushed_at":"2026-06-09T10:29:07.000Z","size":60,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-16T10:37:30.404Z","etag":null,"topics":["c","embedded","fap","flipper-app","flipper-zero","flipperzero","game","puzzle","rush-hour"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Endika.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2026-06-06T17:18:31.000Z","updated_at":"2026-06-09T10:33:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Endika/flipper-tutu","commit_stats":null,"previous_names":["endika/flipper-tutu"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Endika/flipper-tutu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endika%2Fflipper-tutu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endika%2Fflipper-tutu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endika%2Fflipper-tutu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endika%2Fflipper-tutu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Endika","download_url":"https://codeload.github.com/Endika/flipper-tutu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endika%2Fflipper-tutu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35262336,"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-08T02:00:06.796Z","response_time":61,"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":["c","embedded","fap","flipper-app","flipper-zero","flipperzero","game","puzzle","rush-hour"],"created_at":"2026-06-20T12:00:23.505Z","updated_at":"2026-07-08T11:00:27.926Z","avatar_url":"https://github.com/Endika.png","language":"C","funding_links":[],"categories":["Games"],"sub_categories":[],"readme":"# Tutu\n\nSliding car puzzle ([Rush Hour](https://en.wikipedia.org/wiki/Rush_Hour_(puzzle))) for the [Flipper Zero](https://flipperzero.one/): 100 pre-generated levels with steadily increasing difficulty (optimal-solution length from ~2 up to ~24 moves), sequential unlock, and progress saved to the SD card.\n\n## Features\n\n- 100 pre-generated, solver-verified levels embedded in the app (no generation on the device).\n- Difficulty curve that climbs steadily, with the hard ramp kicking in around level 75 (up to ~24 optimal moves).\n- Cycle-and-slide controls: pick a car with OK, slide it along its lane with the D-pad.\n- Sequential unlock; per-level completion and highest-unlocked progress saved to the SD card.\n- Level-select grid showing locked / playable / completed states, plus a Credits screen.\n- Fully offline — no network, no accounts.\n\n## Screenshots\n\n| Level select | Gameplay |\n| --- | --- |\n| ![Level select: grid of levels with completed, current and locked states](assets/menu.png) | ![Gameplay: the board with cars and the exit arrow on the right](assets/game.png) |\n\n## Controls\n\n**Game screen**\n\n| Input | Action |\n| --- | --- |\n| **OK** | Select next car (cycles through cars in spatial order) |\n| **Left / Right** | Slide the selected horizontal car along its lane |\n| **Up / Down** | Slide the selected vertical car along its lane |\n| **Hold OK** | Reset the current level |\n| **Back** | Return to the level select |\n\nReach the exit on the right side of the board with the red car to win.\n\n**Level select**\n\n| Input | Action |\n| --- | --- |\n| D-pad | Move cursor |\n| **OK** | Play an unlocked level |\n| **Hold OK** | Open Credits |\n\n## Build\n\nRequires a local [flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware) tree. Create a gitignored `local.mk` with your path:\n\n```makefile\nFLIPPER_FIRMWARE_PATH = /path/to/flipperzero-firmware\n```\n\nThen build the FAP:\n\n```bash\nmake fap\n```\n\nHost tests, lint, and format:\n\n```bash\nmake test\nmake linter\nmake format\n```\n\nRegenerate the embedded level bank header from `tools/levels.json`:\n\n```bash\nmake levels\n```\n\n## License\n\n[GPLv3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEndika%2Fflipper-tutu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEndika%2Fflipper-tutu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEndika%2Fflipper-tutu/lists"}