I wrote a version of Life with GWT for the display. It's still pretty crude, but here it is. I'll get the code up somewhere and give some more explanation later on.
I'm pretty pleased with the basic design. The display is contained in a panel and composed in the entry point class for easy composition. There's a nicely segregated, albeit super simple, model. I'm doing pretty much everything with Visitor, which doesn't have to do that much, since most visiting is at the cell level, but it's a terrific pattern for this.
![]() |
||
comment share | ||
labels:
game-of-life,
GWT,
java,
javaScript
![]() |

What is this site?!
t (a professional software developer for a big company) writes about software development and stuff. Unix, Java, Groovy, OS X, and lots of open source libraries and tools.
1 comments:
Pretty cool. What is the E parameter for?
Have you up loaded the source anywhere?
Post a Comment