Today, I am releasing PyPond which I made as my final year project. PyPond is a digital life simulator in Python inspired from Nanopond
Download: Normal version or With graphics version (requires PyGame library)
Be passionate about the territory, not the map
Friendly correction:
in the pygame-enabled version, you are still initializing your game class with “visual=False”, but it needs to be “visual=True”.
I don’t really know what’s going on but it looks cool, congratulations. I made a kind of weird quasi-life-simulation that was also a final project for an AI/AL class:
http://nil.cjb.net/code/yarrwars-0.1.0.zip
It’s not about little microbes or anything, it’s about Space Pirates, grog, and finding mateys to fight alongside you.
Hi Kenny,
Thanks for pointing out! Corrected this in the source code now.
And your game too really impresses. For such a small footprint, it surely is quite interesting.
-Paras
Could you post a screenshot?
Hey, Screenshot is nothing fancy. The simulator is more inclined towards files and text, even in the graphics mode.
This is great! Thanks for this post. I am just starting python and this will be a big help.