#110539 - HyperHacker - Wed Nov 29, 2006 2:13 am
The screenshot URL doesn't seem to work even without the end-quote tag.
_________________
I'm a PSP hacker now, but I still <3 DS.
#110860 - Jeremysr - Sat Dec 02, 2006 8:26 am
Sorry everyone I just realized a bad mistake in the program. It uses PAlib to draw on the screen whatever the stylus draws, but it records what you're drawing really slow (PAlib records it to the screen really fast, I record it to an array more slow...). So unless you draw slowly most of the pixels will have no neighbours and will die, because it's too slow to record all the pixels that you drew into the array (only in DSlife_256 though).
I'll fix this in my next (and final) release of this app by maybe copying what's on the screen to the life array each time you start the simulation or save the simulation.
Here is what will be new: Saving/loading, erasing cells (DSlife_32 and DSlife_64 only), speed control (thanks to felix123), and variations on the rules (like HighLife).