{"id":13801347,"url":"https://github.com/W00dL3cs/Super-Maze","last_synced_at":"2025-05-13T11:31:10.940Z","repository":{"id":201429560,"uuid":"87097625","full_name":"W00dL3cs/Super-Maze","owner":"W00dL3cs","description":"Programmatic maze generator and solver, built with Swift 3. Apple's WWDC17 scholarship winner.","archived":false,"fork":false,"pushed_at":"2017-04-03T18:25:06.000Z","size":8610,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T16:57:27.185Z","etag":null,"topics":["apple","ios","macos","playground","wwdc-scholarship","wwdc17"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/W00dL3cs.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}},"created_at":"2017-04-03T16:44:22.000Z","updated_at":"2022-11-09T08:24:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"aac1fd32-be00-408c-b668-1292f78b56e4","html_url":"https://github.com/W00dL3cs/Super-Maze","commit_stats":null,"previous_names":["w00dl3cs/super-maze"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W00dL3cs%2FSuper-Maze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W00dL3cs%2FSuper-Maze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W00dL3cs%2FSuper-Maze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W00dL3cs%2FSuper-Maze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/W00dL3cs","download_url":"https://codeload.github.com/W00dL3cs/Super-Maze/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253932818,"owners_count":21986454,"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","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":["apple","ios","macos","playground","wwdc-scholarship","wwdc17"],"created_at":"2024-08-04T00:01:21.858Z","updated_at":"2025-05-13T11:31:05.928Z","avatar_url":"https://github.com/W00dL3cs.png","language":"Swift","funding_links":[],"categories":["Miscellaneous"],"sub_categories":["SpriteKit"],"readme":"# Super Maze\n\n**Super Maze** is a programmatic maze generator and solver, built with Swift 3.\n\nThe intent of this playground is to demonstrate how to create a **virtually** unlimited amount of tile-based maps, each one **different** from the other: you control a red ball, and your aim is to complete the maze as fast as possible... tilting the device.\n\n## About\n\nSuper Maze represents my scholarship application for Apple's **WWDC17**: I started working on it on March, 22nd and submitted the project on April, 1st.\n\nIt's built using SpriteKit, while the ball movements are handled via accelerometer data received from CoreMotion.\n\n## Technical Informations\n\nMazes are represented by a bi-dimensional matrix, which contains informations about the nodes of the map.\n\nThe algorithm used to carve the labirinth is a simple \"Depth-first\" search, with recursive backtracking.\n\nWhile this ensures the correctness of the level, it does not provide any informations about its **difficulty**: that's why this project makes use of a Swift implementation of the A* search algorithm.\n\nYou can find **more informations** about how this works, in the main page of the playground.\n\n## Maze Generation\n\n![Generation](screenshots/maze-generation.png)\n\n## Maze Solving\n\n![Solving](screenshots/maze-solving.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FW00dL3cs%2FSuper-Maze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FW00dL3cs%2FSuper-Maze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FW00dL3cs%2FSuper-Maze/lists"}