A demo application has been written in Slim Framework 3 that shows each evolution type running as well as some extra test cases like color sorting. This can be seen in the /demo directory. The application also features a couple of interactive forms that allow individuals to be selected and fed into the next generation.
The application comes with a couple of composer commands in order to streamline common tasks.
To start the demo application run the following from the root directory.
composer start
You can now open a web browser and go to localhost:8000 in order to view the demo.
To run all of the unit tests for the application run the following from the root directory.
composer test