- Those are just initial tips about the approach you should take IMO.
- Rather than having 1 diff. container for each kind of Fish, place them into 1 only.
- Rather than using an array, which got a fixed length, go w/ an ArrayList:
- Forum.Processing.org/two/discussion/8080/why-use-arraylist-instead-of-array-with-append
1 Like