{"id":19593207,"url":"https://github.com/thoughtbot/write-yourself-a-roguelike","last_synced_at":"2025-08-09T22:09:40.529Z","repository":{"id":27491131,"uuid":"30971266","full_name":"thoughtbot/write-yourself-a-roguelike","owner":"thoughtbot","description":"Write Yourself A Roguelike: Ruby Edition","archived":false,"fork":false,"pushed_at":"2021-09-24T16:04:08.000Z","size":10009,"stargazers_count":156,"open_issues_count":3,"forks_count":10,"subscribers_count":101,"default_branch":"main","last_synced_at":"2025-04-27T14:39:34.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/thoughtbot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-18T15:26:44.000Z","updated_at":"2024-12-15T09:51:40.000Z","dependencies_parsed_at":"2022-07-27T09:32:42.207Z","dependency_job_id":null,"html_url":"https://github.com/thoughtbot/write-yourself-a-roguelike","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thoughtbot/write-yourself-a-roguelike","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fwrite-yourself-a-roguelike","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fwrite-yourself-a-roguelike/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fwrite-yourself-a-roguelike/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fwrite-yourself-a-roguelike/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thoughtbot","download_url":"https://codeload.github.com/thoughtbot/write-yourself-a-roguelike/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Fwrite-yourself-a-roguelike/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269645456,"owners_count":24452741,"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-08-09T02:00:10.424Z","response_time":111,"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":[],"created_at":"2024-11-11T08:38:34.172Z","updated_at":"2025-08-09T22:09:40.504Z","avatar_url":"https://github.com/thoughtbot.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Write Yourself a Roguelike\n\nYou are about to embark on a journey. This journey will be plagued with orcs,\ngnomes, algorithms, data structures, and kittens. You, valiant developer, will\nbe writing a Roguelike.\n\n## Outline\n\n- [x] Intro\n  - [x] What is a Roguelike?\n  - [x] What is NetHack?\n  - [x] Tooling\n  - [x] Why Write This Book?\n\n- [x] Creating a Character\n  - [x] The Title Screen\n  - [x] Messages\n  - [x] Roles\n  - [x] Races\n  - [x] Genders\n  - [x] Alignments\n  - [x] Generating Abilities\n\n- [ ] Creating the Dungeon\n  - [ ] Generating random rooms\n  - [ ] Generating Doors and Corridors\n  - [ ] Moving around\n  - [ ] Creating Stairwells\n  - [ ] Vision and Lighting\n  - [ ] Color\n\n- [ ] Inventory\n  - [ ] Items\n  - [ ] Burden\n  - [ ] Money and Shops\n  - [ ] Food and Hunger\n  - [ ] Unidentified Items\n\n- [ ] Combat\n  - [ ] Random Monsters\n  - [ ] Combat\n  - [ ] Magic\n\n- [ ] Wrapping up\n  - [ ] Saving and Loading\n  - [ ] Increasing Difficulty\n  - [ ] What to do next\n\n- [ ] Possible Future Chapters\n  - [ ] Searching, hidden doors and corridors\n  - [ ] Questlines\n  - [ ] Alternate Dungeon types\n  - [ ] Blessings and Curses\n  - [ ] Pets\n  - [ ] Zoos\n\n## Building\n\nThere is a build tool included with this project that will allow you to compile the contents of the `book` directory into an EPUB-formatted e-book. First, to ensure that you’ve got the necessary dependencies for the compilation process, change to the project directory and run:\n\n    $ bundle install\n\nWe then need to have [Pandoc](http://pandoc.org/installing.html) installed.\n\nNow, anytime you’d like to compile the book you can simply run the compile script:\n\n    $ exe/compile\n\nDoing so will write a file entitled `write-yourself-a-roguelike.epub` to the `release` directory, overwriting any existing file with the same name.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtbot%2Fwrite-yourself-a-roguelike","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthoughtbot%2Fwrite-yourself-a-roguelike","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtbot%2Fwrite-yourself-a-roguelike/lists"}