Monday, 1 October 2012

Interim Feedback

At the interim presentation I was given some ideas about how I could develop my program further.
Being able to interact with the system other than just drawing the net is something that I need to implement. I could have the user able to drag the net around once it's drawn and the fairies are dragged along.

I think I wall change my code to use an ArrayList rather than an array because it will be easier to add and remove fairies. I will add an array to the net class that contains all of the fairies that it has trapped.
That way I'll be able to have them dragged with the net.

No comments:

Post a Comment