{"id":26821149,"url":"https://github.com/colpocorto/gauntlet-editor","last_synced_at":"2025-09-08T22:34:36.612Z","repository":{"id":285122282,"uuid":"957145974","full_name":"Colpocorto/gauntlet-editor","owner":"Colpocorto","description":"Maze editor for 8bit game Gauntlet ","archived":false,"fork":false,"pushed_at":"2025-03-29T17:12:56.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T17:29:44.790Z","etag":null,"topics":["amstrad-cpc","assembly","assembly-z80","cpc464","msx","msx-computers","retro","retrocom","retrocomputers","retrogaming","z80","zx-spectrum","zxspectrum"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/Colpocorto.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":"2025-03-29T17:00:57.000Z","updated_at":"2025-03-29T17:21:47.000Z","dependencies_parsed_at":"2025-03-29T17:39:47.491Z","dependency_job_id":null,"html_url":"https://github.com/Colpocorto/gauntlet-editor","commit_stats":null,"previous_names":["colpocorto/gauntlet-editor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Colpocorto/gauntlet-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colpocorto%2Fgauntlet-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colpocorto%2Fgauntlet-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colpocorto%2Fgauntlet-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colpocorto%2Fgauntlet-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Colpocorto","download_url":"https://codeload.github.com/Colpocorto/gauntlet-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colpocorto%2Fgauntlet-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231415,"owners_count":25245659,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":["amstrad-cpc","assembly","assembly-z80","cpc464","msx","msx-computers","retro","retrocom","retrocomputers","retrogaming","z80","zx-spectrum","zxspectrum"],"created_at":"2025-03-30T07:18:27.640Z","updated_at":"2025-09-08T22:34:36.580Z","avatar_url":"https://github.com/Colpocorto.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GAUNTLET EDITOR v1.0\n\n\n## About this program ##\n\n'Gauntlet Editor' is a Crossplatform editor for the game Gauntlet for MSX computers\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\nAlso, this project uses open-source code from the following libraries:\n\nAtFlatControls:         https://github.com/Alexey-T/ATFlatControls\nBGRAControls:           https://github.com/bgrabitmap/bgracontrols\nKControls:              https://github.com/kryslt/KControls\nFreePascal and Lazarus: https://github.com/fpc\n\nMSX, ZX Spectrum and Amstrad CPC (as well as their logos) mentioned in this project are the property of their respective owners. These names are used for identification purposes only and do not imply endorsement or affiliation with the \"Gauntlet Editor\" project.\n\n## How do I get set up? ##\n\nGauntlet Editor has been written in Lazarus IDE and FreePascal with the purpose of being multiplatform (Windows, Mac, Linux).\n\nTo build Gauntlet Editor, Freepascal v3.2.2 or upper must be used, as well as Lazarus IDE (V3.8 or later).\n\nGauntlet Editor needs a range of packages installed on Lazarus. They will be required as needed. Just install them by following the instructions provided by de IDE, or use the Online Package Manager tool.\nAdditionally, Linux building requires QT6 files to be distribuited as part of the build.\n\n\tKControlsLaz \u003e= 1.7.3\n\tpl_ExControls \u003e= 7.2.1\n\tatflagcontrols_package \u003e= 2.3 (latest commit from Github recommended) \n\tBGRAControls \u003e= 9.0.1.6\n\tpl_Cindy \u003e= 6.8.1\n\n## Using Gauntlet Editor\n\nThe Z80-based versions of Gauntlet (MSX, ZX, CPC) load packages of 10 levels (being 9 and 10 the treasure rooms), although 4 levels (and optinally a treasure room) are randomly chosen.\nThis editor allows to save single mazes or one 10-level block as described formerly. The file format can be:\n\n* Native (use \"load\" or \"save\" features), the Editor's own format.\n* MSX / raw (use \"import\" or \"export\" features).\n* MSX Disk version (use \"import\" or \"export\" features).\n* ZX Spectrum / Raw\n* Amstrad CPC / Raw\n\nThe raw files can be inserted into a TSX/CDT/TZX tape image file by using the TZX Tools or ZX-Block Editor tool.\n\nIn the future, creation of ready-to-play tape image files will be supported.\n\nThere are a full maze library (taken from the original and Deeper Dungeons tapes available for MSX, ZX Spectrum and CPC) in the \"maze-library\" folder inside the application directory.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolpocorto%2Fgauntlet-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolpocorto%2Fgauntlet-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolpocorto%2Fgauntlet-editor/lists"}