{"id":16084303,"url":"https://github.com/avidrucker/rogue-study","last_synced_at":"2025-04-05T13:27:14.008Z","repository":{"id":234368316,"uuid":"788756860","full_name":"avidrucker/rogue-study","owner":"avidrucker","description":"a study of the 1980 game Rogue","archived":false,"fork":false,"pushed_at":"2024-05-19T16:12:41.000Z","size":217,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T09:18:24.141Z","etag":null,"topics":["educational","game","games","roguelike"],"latest_commit_sha":null,"homepage":"","language":"C","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/avidrucker.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":"2024-04-19T02:49:45.000Z","updated_at":"2024-05-19T16:12:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"da9a8e32-db51-433a-aa57-558c207b424d","html_url":"https://github.com/avidrucker/rogue-study","commit_stats":null,"previous_names":["avidrucker/rogue-study"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Frogue-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Frogue-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Frogue-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Frogue-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avidrucker","download_url":"https://codeload.github.com/avidrucker/rogue-study/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247341402,"owners_count":20923438,"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":["educational","game","games","roguelike"],"created_at":"2024-10-09T12:45:38.705Z","updated_at":"2025-04-05T13:27:13.716Z","avatar_url":"https://github.com/avidrucker.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rogue Study\n\nThis repository is an homage to the 1980 game Rogue. The purpose of this C program is to practice making simple text games, and to ultimately port to LCC Assembly.\n\n![A screenshot of Rogue Study](rogue_study.png)\n\n## About the Game\n\nThe game is a simple text-based dungeon crawler. The player moves around a grid, navigating through rooms and corridors, and interacting with doors. The game is currently in a basic state, but serves as a foundation for more complex features and mechanics.\n\n## Building the Game\n\nTo build the game, you need to have GCC installed on your machine. Once installed, you can compile the game using the following command:\n\nFor Linux/Mac:\n```bash\ngcc ./maptest3.c -o ./maptest3\n```\n\nFor Windows:\n```\ngcc .\\maptest3.c -o .\\maptest3\n```\n\nThis will create an executable named `maptest3` in your current directory and then immediately run it.\n\n## Running the Game\n\nAfter building the game, you can run it using the following command:\n\nFor Linux/Mac:\n```bash\n./maptest3\n```\n\nOr on Windows:\n```\n.\\maptest3.exe\n```\n\n## Future Plans\n\nThe ultimate goal is to port this game to LCC Assembly, as a way to learn more about low-level programming and game development.\n\n## Contributing\n\nContributions are welcome! Feel free to submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidrucker%2Frogue-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favidrucker%2Frogue-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidrucker%2Frogue-study/lists"}