HTML5 GoL simulator

For scripts to aid with computation or simulation in cellular automata.
Post Reply
User avatar
Pip
Posts: 1
Joined: May 13th, 2012, 11:27 am

HTML5 GoL simulator

Post by Pip » May 13th, 2012, 1:50 pm

I was bored, so I made a Life simulator in JavaScript using HTML5 technology.

http://pictify.me/life/

Eh, it's not great. Certainly inefficient. (I could probably do significant optimization) I wrote it in basically one evening. It doesn't even have an auto-expanding board; it defaults to 100x600. If you want to run a board with a custom size, put it in the hashtag. For example:

http://pictify.me/life/#20x20

Makes a board with 20x20 size.

Enjoy :P It takes my computer 11.5 seconds to calculate 100 generations on a 200x200 board (40,000 cells, 0.002875ms per cell per generation).

I apologize for the seemingly random domain, it's the only one I have to host it on xD

Post Reply