{"id":28443005,"url":"https://github.com/ze-rato/maze-ti-basic","last_synced_at":"2026-01-28T12:34:30.048Z","repository":{"id":247127013,"uuid":"825082628","full_name":"Ze-Rato/Maze-TI-BASIC","owner":"Ze-Rato","description":"Maze genetor and game in TI-BASIC","archived":false,"fork":false,"pushed_at":"2025-11-02T11:53:04.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-02T13:21:28.030Z","etag":null,"topics":["game","graphic-calculator","ti-basic"],"latest_commit_sha":null,"homepage":"","language":null,"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/Ze-Rato.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,"zenodo":null}},"created_at":"2024-07-06T18:08:02.000Z","updated_at":"2025-11-02T11:53:08.000Z","dependencies_parsed_at":"2024-07-24T01:25:41.140Z","dependency_job_id":null,"html_url":"https://github.com/Ze-Rato/Maze-TI-BASIC","commit_stats":null,"previous_names":["ze-rato/maze-ti-basic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ze-Rato/Maze-TI-BASIC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ze-Rato%2FMaze-TI-BASIC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ze-Rato%2FMaze-TI-BASIC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ze-Rato%2FMaze-TI-BASIC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ze-Rato%2FMaze-TI-BASIC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ze-Rato","download_url":"https://codeload.github.com/Ze-Rato/Maze-TI-BASIC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ze-Rato%2FMaze-TI-BASIC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","graphic-calculator","ti-basic"],"created_at":"2025-06-06T06:40:16.894Z","updated_at":"2026-01-28T12:34:30.042Z","avatar_url":"https://github.com/Ze-Rato.png","language":null,"readme":"## General Info\n\nSimple Maze Generator and game written in TI-BASIC.\n\nPretty self explanatory, you are a red dot on a maze and your goal is to get to the green mark on it. \nUse the arrow keys to move.\n\nUse *MAZEGEN* to generate a maze and only after the maze is genetared use *MAZEPLAY*. If you for some reason want to do a break mid maze you can abort the code execution with the 'ON' button. Then if you execute *MAZEPLAY* again you continue from your wherever your position was before aborting execution.\n\nNOTES:\n* The max width size is 20.\n* The generation of a 20x20 maze may take up to 2 minutes.\n\n## Some Pictures\n![8x8 Maze](https://github.com/Ze-Rato/Maze-TI-BASIC/assets/132148561/375ff258-84c0-4501-8b47-c8a3d4fd6da2)\n\n![20x20 Maze](https://github.com/Ze-Rato/Maze-TI-BASIC/assets/132148561/58544ee1-38f5-47e5-97e9-10c70e189ce2)\n\n![Won](https://github.com/user-attachments/assets/7de345e2-ad8a-4a15-9504-997c7d6febf5)\n\n\n## Upadtes and Patches\n\n|    Version    | Date of Realease | Changes Description |\n| ------------- | ------------------- | -------- |\n| 1  | 06/07/2024 | -Launch  |\n| 1.1 | 07/07/2024 | -Added Playability\u003cbr\u003e -Fixed the display to be a square instead of a rectangle\u003cbr\u003e -Optimized some code on *MAZEGEN*\u003cbr\u003e -Changed 'player dot' size to be smaller on bigger mazes so it doesn't overlap with the walls |\n| 1.2 (Current) | 13/07/2024 | -Restricted the choice of the winning point coordinates to avoid short games\u003cbr\u003e -Removed some unecessary if statments on *MAZEGEN*\u003cbr\u003e -Some minor display changes such as the border color\u003cbr\u003e -Added options to *MAZEPLAY* when the player wins the game (1. Generate another maze; 2. Play using the same maze but change the win point; 3. Exit). While option 2 makes mazes reusable it's worth noting that it might only be interesting to use it on big mazes since those have more room for randomness|\n\n\n## To do\n* Make see solution feature\n* On the exit option reset to default the graph settings and delete now unecessary data like the maze matrix and the HIST list\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fze-rato%2Fmaze-ti-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fze-rato%2Fmaze-ti-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fze-rato%2Fmaze-ti-basic/lists"}