Implement a new class TextView that implements SimulatorView. TextView provides a textual view of the simulation. After every simulation step, it prints out one line in the form
Foxes: 121 Rabbits: 266
Use TextView instead of GridView for some tests. (Do not delete the GridView classes. We want to have the ability to change between different views!)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.