org.drools.examples.conway.conway.properties Maven / Gradle / Ivy
The newest version!
app.title=Conway's Game Of Life
next.generation.label=Next Generation
start.label=Start
stop.label=Stop
clear.label=Clear
pattern.label=Pattern :
app.description=\
Conway's Game Of Life is a cellular automaton originally
\
conceived by John Conway in the early 1970's. This particular
\
implemenation happens to use the Drools Java Rules Engine
\
to impose the "business rules" that constrain the game.
\
Select a predefined pattern from the list below or use the mouse
\
to interactively define a starting grid by clicking on cells in
\
the grid to bring them to life.
\
Click the "Next Generation" button to iterate through generations
\
one at a time or click the "Start" button to let the system evolve
\
itself.
conway.pattern.classnames= \
org.drools.examples.conway.patterns.Border \
org.drools.examples.conway.patterns.Hi \
org.drools.examples.conway.patterns.Pentadecathalon \
org.drools.examples.conway.patterns.Pulsar \
org.drools.examples.conway.patterns.SimpleGlider
© 2015 - 2025 Weber Informatics LLC | Privacy Policy