Moonsoon
moonsoon
Fantasy Map Generation experiment on Python
Run Notebook on Cloud Computer (May takes a while to startup)





| Status | Released |
| Category | Other |
| Platforms | HTML5 |
| Rating | Rated 5.0 out of 5 stars (3 total ratings) |
| Author | fangzhangmnm |
| Tags | Generator, Procedural Generation, PROCJAM |





Comments
Log in with itch.io to leave a comment.
I'm so very confused... Dabbled with this for about an hour now. Is this just a document made for the jam? Or is it something I can run to make my own maps? If so, how? It looks amazing, I'd like to see what it can do.
You can run my code and generate new maps.
my code is a Jupyter notebook. Jupyter notebook is an interactive notebook where you can run python snippets. Which is very common for python learners.
you can think it as an interactive lab.
For beginners, setting up python environment and install the required packages might take some time. Of course chatgpt can help you with that. You can check my github repo for detail. Or just paste the url to chatgpt and ask how to set up it.
https://github.com/fangzhangmnm/moonsoon
I posted that comment because I already have python and tried to run it, but it just opened a blank console and then closed after a couple of seconds. Do I need a specific version? The file I tried running/opening was the IPYNB file.
Dear Gilamex:
Thank you for the patience. Jupyter notebook is a bit tricky to set up for people who are not familiar with python programming ecosystem.
1. You can try an online version of my notebook. Everything are set up. Just wait the server to load the code.
https://mybinder.org/v2/gh/fangzhangmnm/moonsoon/HEAD
2. If you want to run your computer.
A
.ipynbis a Jupyter Notebook file, not a plain script, sopython myfile.pycan’t read it.Open one in seconds:
• Try Jupyter (browser demo) – one click, no installs; hit ▶ Run on the first cell to see it work. Jupyter
• Google Colab – drag your notebook into Colab, press Shift + Enter and each cell runs right inside your browser/Drive. Google Colab
Need hand-holding? Dataquest’s “Jupyter Notebook Tutorial for Beginners” walks through everything with screenshots and super-simple language. Dataquest
Btw still I encourage you to ask chatgpt “Why I cannot open an .ipynb file with python.exe?” It will give you hand to hand guide on how to set up things correctly.
But please also feel free to ask me for help.
Take it easy!
Aweome that you've written it up so well.
I especially love the animations of warring countires.
Wow, this is amazing. Thank you for the details and notes.
The text you wrote on chapter 7 was deep!
Amazing work of art :)