Hello guys.
I need to write a program that simulates life in a fish tank. Different types of fish have different characteristics (e.g. size, appetite, etc.) and behavior (e.g. aggressive, lazy etc.). Fish move according to attitude, hunger, proximity of other fish or food etc. At least 3 different types of fish must be present in the
tank at all times, and at least two different sources of fish food. I will also need a way to feed them.
any ideas on how i can get this started. i havent got a clue.
i have got some tips:
- the program reads and prints the details and status of the fish in the simulation. (screen output, keyboard input and basic classes)
- the fish can move inside the tank. (methods and variables)
Thanks for your help.
p.s. i am using bluej

