Another javascript/typescript implementation

For scripts to aid with computation or simulation in cellular automata.
Post Reply
pc7x
Posts: 1
Joined: July 11th, 2021, 12:59 pm

Another javascript/typescript implementation

Post by pc7x » July 11th, 2021, 1:03 pm

Hi..

Made this implementation for the fun of coding.
It's not very special at all, but thought I should share it anyway.

https://pc7x.net/conway/

cheers

User avatar
Scorbie
Posts: 1692
Joined: December 7th, 2013, 1:05 am

Re: Another javascript/typescript implementation

Post by Scorbie » July 13th, 2021, 9:09 am

After the process of writing a half-working slow-as-hell naive implementation I got to appreciate those projects.
My sincere Kudos to you.

User avatar
dvgrn
Moderator
Posts: 10610
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Another javascript/typescript implementation

Post by dvgrn » July 13th, 2021, 9:46 am

Scorbie wrote:
July 13th, 2021, 9:09 am
After the process of writing a half-working slow-as-hell naive implementation I got to appreciate those projects.
My sincere Kudos to you.
I've seldom seen such an effective "scribble" substitute -- having an entire mouse-cursor row and column go "active" definitely stirs up the Life universe quickly and thoroughly!

Post Reply