{"id":1944,"date":"2023-09-02T11:41:43","date_gmt":"2023-09-02T02:11:43","guid":{"rendered":"https:\/\/cosmicheroes.space\/blog\/?p=1944"},"modified":"2023-09-02T11:41:43","modified_gmt":"2023-09-02T02:11:43","slug":"the-million-dungeon-project","status":"publish","type":"post","link":"https:\/\/cosmicheroes.space\/blog\/index.php\/2023\/09\/02\/the-million-dungeon-project\/","title":{"rendered":"The Million Dungeon Project"},"content":{"rendered":"\n<p>In January I adapted the Advanced Dungeons and Dragons 1st Edition Random Dungeon Generator to code, which is available here:-<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/bluetyson\/ADnD1e-Random-Dungeon-Generator\">https:\/\/github.com\/bluetyson\/ADnD1e-Random-Dungeon-Generator<\/a><\/p>\n\n\n\n<p>This launches a container that you can run the code in via the simple instructions and make whatever sorts of dungeons you like.<\/p>\n\n\n\n<p><a href=\"https:\/\/mybinder.org\/v2\/gh\/bluetyson\/ADnD1e-Random-Dungeon-Generator\/HEAD\">https:\/\/mybinder.org\/v2\/gh\/bluetyson\/ADnD1e-Random-Dungeon-Generator\/HEAD<\/a><\/p>\n\n\n\n<p>Using this random dungeon generator I have made a million dungeons &#8211; all with 10 as the Periodic Check number.<\/p>\n\n\n\n<p>So they will be quite small in general.<\/p>\n\n\n\n<p>Here you can randomly choose one of those:-<\/p>\n\n\n\n<p><a href=\"https:\/\/cosmicheroes.space\/cgi-bin\/dungeoncount5.pl\">https:\/\/cosmicheroes.space\/cgi-bin\/dungeoncount5.pl<\/a><\/p>\n\n\n\n<p>and here you can pick your own from 0 to 999999<\/p>\n\n\n\n<p><a href=\"https:\/\/cosmicheroes.space\/cgi-bin\/dungeoncount4.pl\">https:\/\/cosmicheroes.space\/cgi-bin\/dungeoncount4.pl<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"blob:https:\/\/cosmicheroes.space\/163a2f1b-3fb0-456e-ba0b-dfb9194b0773\" class=\"wp-block-file__button wp-element-button\" download>Million Dungeon Stats CSV Download<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In January I adapted the Advanced Dungeons and Dragons 1st Edition Random Dungeon Generator to code, which is available here:- https:\/\/github.com\/bluetyson\/ADnD1e-Random-Dungeon-Generator This launches a container that you can run the code in via the simple instructions and make whatever sorts of dungeons you like. https:\/\/mybinder.org\/v2\/gh\/bluetyson\/ADnD1e-Random-Dungeon-Generator\/HEAD Using this random dungeon generator I have made a million &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/cosmicheroes.space\/blog\/index.php\/2023\/09\/02\/the-million-dungeon-project\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;The Million Dungeon Project&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[217,17,3],"tags":[39,590,219,325,311],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/paET2V-vm","jetpack-related-posts":[{"id":1710,"url":"https:\/\/cosmicheroes.space\/blog\/index.php\/2023\/01\/23\/add-1e-random-dungeon-generator-binder\/","url_meta":{"origin":1944,"position":0},"title":"AD&#038;D 1e Random Dungeon Generator Binder","author":"richard","date":"January 23, 2023","format":false,"excerpt":"So you can run this in a browser: https:\/\/mybinder.org\/v2\/gh\/bluetyson\/ADnD1e-Random-Dungeon-Generator\/HEAD click the above to fire up a web container environment that lets you run this in your browser you get jupyterlab, just click on the terminal link at the lower left and then type 'python dungeon.py 1' [or however many rolls\u2026","rel":"","context":"In &quot;Data Science&quot;","block_context":{"text":"Data Science","link":"https:\/\/cosmicheroes.space\/blog\/index.php\/category\/data-science\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1675,"url":"https:\/\/cosmicheroes.space\/blog\/index.php\/2023\/01\/19\/random-rivers\/","url_meta":{"origin":1944,"position":1},"title":"Random rivers","author":"richard","date":"January 19, 2023","format":false,"excerpt":"Some more additions to basic dungeons, should be able to get rivers and chasms in corridors:- e.g. if blue Cri = river, Cbr = river with bridge across. https:\/\/github.com\/bluetyson\/ADnD1e-Random-Dungeon-Generator DUNGEON BBCOCBBBCriCCCCbrBCCriCCbrCCbrCCCriCCCCbrCCCriCBCCbrCCCriCBCCbrCCCriBBBCbrCCBBBBBC","rel":"","context":"In &quot;Data Science&quot;","block_context":{"text":"Data Science","link":"https:\/\/cosmicheroes.space\/blog\/index.php\/category\/data-science\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1728,"url":"https:\/\/cosmicheroes.space\/blog\/index.php\/2023\/01\/26\/the-1000-dungeon-project\/","url_meta":{"origin":1944,"position":2},"title":"The 1000 Dungeon Project","author":"richard","date":"January 26, 2023","format":false,"excerpt":"Thanks to the AD&D Random Dungeon Generator I wrote https:\/\/github.com\/bluetyson\/ADnD1e-Random-Dungeon-Generator, I can parallelise, so doing this only takes less than a minute. The basic random walk theory these talk is 'Ahead' is the y positive direction and always follow exits - e.g. stairs down (and can go up sometimes too).\u2026","rel":"","context":"In &quot;Data Science&quot;","block_context":{"text":"Data Science","link":"https:\/\/cosmicheroes.space\/blog\/index.php\/category\/data-science\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/cosmicheroes.space\/blog\/wp-content\/uploads\/2023\/01\/1000_Dungeon_Project_Wandering_Monsters.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1831,"url":"https:\/\/cosmicheroes.space\/blog\/index.php\/2023\/02\/07\/random-dungeon-generators-list\/","url_meta":{"origin":1944,"position":3},"title":"Random Dungeon Generators List","author":"richard","date":"February 7, 2023","format":false,"excerpt":"I have made a small list at this repository, mostly of things with code. Found the Iron Arachne addition yesterday. https:\/\/github.com\/bluetyson\/random-dungeon-generators","rel":"","context":"In &quot;Data Science&quot;","block_context":{"text":"Data Science","link":"https:\/\/cosmicheroes.space\/blog\/index.php\/category\/data-science\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1712,"url":"https:\/\/cosmicheroes.space\/blog\/index.php\/2023\/01\/25\/master-dungeon-mapping-key\/","url_meta":{"origin":1944,"position":4},"title":"Master Dungeon Mapping Key","author":"richard","date":"January 25, 2023","format":false,"excerpt":"From Save vs Dragon https:\/\/savevsdragon.blogspot.com\/2012\/03\/free-download-master-dungeon-mapping.html","rel":"","context":"In &quot;Fantasy&quot;","block_context":{"text":"Fantasy","link":"https:\/\/cosmicheroes.space\/blog\/index.php\/category\/fantasy\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1665,"url":"https:\/\/cosmicheroes.space\/blog\/index.php\/2023\/01\/17\/lisawindsong-dungeoncreator\/","url_meta":{"origin":1944,"position":5},"title":"LisaWindsong Dungeoncreator","author":"richard","date":"January 17, 2023","format":false,"excerpt":"https:\/\/github.com\/lisawindsong\/DungeonCreator I remember finding this a while ago now, but I have never tried it: - job for tomorrow. It is Python 2.7. Will add to my Random Dungeon generator github list.","rel":"","context":"In &quot;Data Science&quot;","block_context":{"text":"Data Science","link":"https:\/\/cosmicheroes.space\/blog\/index.php\/category\/data-science\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1944"}],"collection":[{"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1944"}],"version-history":[{"count":6,"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1944\/revisions"}],"predecessor-version":[{"id":1950,"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1944\/revisions\/1950"}],"wp:attachment":[{"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1944"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1944"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cosmicheroes.space\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}