[rules-users] conways game of life

Mark Proctor mproctor at codehaus.org
Wed May 9 08:31:03 EDT 2007


For anyone looking for a good and complex example on how to write rules 
properly, please look at Conways Game of Life in drools-examples, for 
extra bonus points compare it to the old version in M1. You'll see 
nearly all the logic is moved from java to the drl and we have removed 
the need for nested objects by using objects relaitionally, which also 
allows us to exploit cross products to drive the application.


Mark



More information about the rules-users mailing list