Python script to generate simple "dungeon maps"
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 293B

12345
  1. # Simple procedural generation of "dungeon maps"
  2. Basic proof of concept for a "cellular automata" model. No real refinement at this point.
  3. Initial work based on [this tutorial](https://gamedevelopment.tutsplus.com/tutorials/generate-random-cave-levels-using-cellular-automata--gamedev-9664).