====
Assignment for Duke University CS308 - Software Implementation & Design
Java program using JavaFX that animates multiple Cellular Automata (CA) 2D-simulations.
Chris Streiffer, David Zhou and I created a program that would allow users to run four of the major Cellular Automata simulations, with initial parameters set by included XML files. You can also create your own XML file using an included XMLGenerator file. The four Cellular Automata simulations are...
- Schelling's Model of Segregation
- Wa-Tor World model of predator-prey relationships
- Spreading of Fire
- Conway's Game of Life
Some Screenshots can be seen below...
##Wa-Tor World Model of predator-prey Relationships

====
Installation Instruction:
Create a project in eclipse (or another IDE) and copy the CellSociety folder into the src folder of that new project. Make sure you are able to use JavaFX (part of Java 8).



