{"id":29153734,"url":"https://github.com/aburi6800/msx-advtest","last_synced_at":"2025-09-13T15:15:20.794Z","repository":{"id":293937987,"uuid":"985303345","full_name":"aburi6800/msx-advtest","owner":"aburi6800","description":"Test project for an old command input adventure game.","archived":false,"fork":false,"pushed_at":"2025-06-30T15:34:49.000Z","size":1681,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T16:43:42.482Z","etag":null,"topics":["assembly","c","gamedev","homebrew","msx","z80","z88dk"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/aburi6800.png","metadata":{"files":{"readme":"README.ja.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}},"created_at":"2025-05-17T13:34:14.000Z","updated_at":"2025-06-30T15:34:52.000Z","dependencies_parsed_at":"2025-06-03T17:36:07.974Z","dependency_job_id":"028e1f3e-5496-4fd4-9c39-d0126a3d425b","html_url":"https://github.com/aburi6800/msx-advtest","commit_stats":null,"previous_names":["aburi6800/msx-advtest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aburi6800/msx-advtest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fmsx-advtest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fmsx-advtest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fmsx-advtest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fmsx-advtest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aburi6800","download_url":"https://codeload.github.com/aburi6800/msx-advtest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburi6800%2Fmsx-advtest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262881806,"owners_count":23378923,"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":["assembly","c","gamedev","homebrew","msx","z80","z88dk"],"created_at":"2025-07-01T02:01:48.395Z","updated_at":"2025-07-01T02:03:20.441Z","avatar_url":"https://github.com/aburi6800.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"[ [Engligh](README.md) | 日本語 ]\n\n---\n# Dungeon Adventure for MSX\n\n\u003cimg src=\"images/title.png\"\u003e\n\n\u003cbr\u003e\n\n## オンラインプレイ\n\n[Play on WebMSX](https://webmsx.org/?MACHINE=MSX1J\u0026ROM=https://github.com/aburi6800/msx-advtest/raw/refs/heads/main/dist/advtest.rom\u0026ROM_FORMAT=ASCII16\u0026FAST_BOOT)\n\n\u003cbr\u003e\n\n## 概要\n\n- キーボードからコマンドを入力して進める、レトロスタイルなアドベンチャーゲームです。  \n  数々の試練を乗り越えて、ダンジョンから脱出することが目的です。  \n- コマンドは英語で、動詞＋名詞のように入力してください。  \n  例：LOOK ROOM、OPEN DOOR  \n- 移動する際は、方向をFORWARD（前）、BACK（後ろ）、左（LEFT）、右（RIGHT）で指定してください。  \n  先頭1文字だけでも受け付けます。  \n  例：GO FORWARD、LEFT、R  \n- なお、ゲーム中に`HELP`と入れることで、上記説明を確認できます。  \n\n\u003cbr\u003e\n\n## ビルド方法\n\nz88dkとcmakeが必要です。あらかじめインストールしておいてください。  \nプロジェクトのクローンを作成し、プロジェクトのルートフォルダに入り、以下を実行します。  \n\n```\n$ mkdir build \u0026\u0026 cd build\n$ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/z88dk.cmake ..\n$ make clean \u0026\u0026 make\n```\n\nプロジェクトの `dist` ディレクトリに `advtest.rom` ファイルが出力されます。  \n\n\u003cbr\u003e\n\n## エミュレータで実行する\n\n各エミュレータで実行する際は、スロット1に `advtest.rom` ファイルを、マッパ―にASCII16を指定してください。\n\n\u003cbr\u003e\n\n## ライセンス\n\n- Dungeon Adventure  \n  Copyright (c) 2025 aburi6800 (Hitoshi Iwai)\n\n  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\n  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n  THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\u003cbr\u003e\n\n- Pletter v0.5b - XL2S Entertainment 2008  \n  Copyright (c) 2002-2003 Team Bomba  \n\n  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\n  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\u003cbr\u003e\n\n## Thanks\n\n- [Z88DK - The Development Kit for Z80 Computers](https://github.com/z88dk/z88dk)\n- [C-BIOS](http://cbios.sourceforge.net/)\n- [openMSX](https://openmsx.org/)\n- [MSXPen](https://msxpen.com/)\n- [画像変換 for MSX/MSX2/MSX2+](https://nazo.main.jp/prog/retropc/gcmsx.html)\n- [Pletter](https://xl2s.tk/)\n- [ChatGPT](https://chatgpt.com/)\n- [Gemini](https://gemini.google.com/app)\n- [Grok](https://x.com/i/grok)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburi6800%2Fmsx-advtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faburi6800%2Fmsx-advtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburi6800%2Fmsx-advtest/lists"}