You are going to write a simulation for a mini survival game. In this game, one fly and three frogs are placed randomly on a board with the size 7x7.In each iteration, they move randomly within the board, and the simulation stops when one of the frogs eats the fly. Fly and frogs are essentially creatures that can move, make noise, and eat. Frogs can move up to 2 squares in any direction and flies
You are going to write a simulation for a mini survival game. In this game, one fly
and three frogs are placed randomly on a board with the size 7x7.In each iteration, they move randomly
within the board, and the simulation stops when one of the frogs eats the fly.
Fly and frogs are essentially creatures that can move, make noise, and eat. Frogs can move up to 2
squares in any direction and flies can move up to 1. Frogs make the "Croak! Croak!" sound, and flies
make "ZzzZZz!". Since frogs should not eat their kind, a function of "isEatable" should also be
implemented in decision making. A variable or function to check if the fly is alive is also required as a
terminate condition for simulation.
In each iteration, an 'f' character represents frogs' position on board, and an '*' character is used to
represent the position of fly. Use the topics (Abstract classes, Interface, etc.) to implement
the simulation. (in java) An example output is given below.
![[f][ ][ ][ ][ ][ ][ ]
[ ][][*][f][ ][ ]
[ ][ ][ ][ ][][ I ]
[ ][ ][ ][ ][][ I ]
[ ][ ][ ][ ][][I]
[ ][ ][ ][ ][ ][f][ ]
][ ][ ][ ][ ][ ][ ]
Iteration : 2
][f][ ][*][ ] U
][ ][ ]I]I ][ ][ ]
][ ][ ][UI ][[ ]
[ ][ ][ ][f][][I]
[ ][ ][ ][f] [ ][ ][ ]
[ ][ ][ ][ ][ ][I ]
[ ][ ][ ][ ][][I]
Iteration : 3
Frog ate the Fly Croak! Croak!
[][ ][ ][ ][UUU
[ ][ ][f][ ][ ][ ][ ]
[ ][ ][ ][ ][ ][ ][ ]
[ ][ ][ ][f][ ] [f][ ]
][ ][ ][ ][ ][ ][ ]
[][ ] ][ ][ ][ ][ ]
][ ][ ][ ][ ][ ][ ]
[Fly : {1,2}, Frog : {3,5}, Frog : {3,3}, Frog : {1,2}]](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fda79d1df-46da-4461-8208-fdf7de848b57%2F6a16fd10-7ba8-43e3-82b5-77b9d9bd5683%2Frci9lhl_processed.png&w=3840&q=75)
![[Fly : {0,2}, Frog : {1,3}, Frog : {2,5}, Frog : {3,4}]
[ ][ ] [ *] [ ][ ][ ][ ]
][ ][f][ ][ ][ ]
][ ][ ]I ]I ][f][ ]
][ ][ ][ ] [f][ ][ ]
][ ][ ][ ] [ ][ ][ ]
][ ][ ][ ][ ][ ][ ]
][ ][ ][ ][ ][ ][ ]
Iteration : 0
[ ][ ][ ][ ][ ][f][ ]
[ ][ ][ *][ ][][ ]I ]
][ ] [f][ ][ ][ ][ ]
][ ][ ][ ]I ][ ]
][ ][ ] [f] [ ][ ]
][ ][ ][ ][ ][ ][ ]
][ ][ ]I ]I ]
Iteration : 1](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fda79d1df-46da-4461-8208-fdf7de848b57%2F6a16fd10-7ba8-43e3-82b5-77b9d9bd5683%2Fw95fcno_processed.png&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)