isometric camera + platformer + optical illusion = suicide simulator :)
fangzhangmnm
Creator of
Recent community posts
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 .ipynb is a Jupyter Notebook file, not a plain script, so python myfile.py can’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!
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.



