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
![]() |

1 comments:
Pretty cool. What is the E parameter for?
Have you up loaded the source anywhere?
Post a Comment