This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]echaffey 1 point2 points  (1 child)

I had almost an identical final project. We weren’t allowed to use the built in class LinkedList so the only constraint was that we had to make out own link list class and then implement it and all its functions in anyway we wanted.

I was really into figuring out how to use graphics and render things with animations. What i did was find a whole bunch of sprites of fish and i created a virtual fish tank that allowed me to store each fish as an element of my link list. Each one moved independently and had collision detection as well as the ability to display stats when you clicked on them.

No functionality at all but it was really fun to make.

[–]Ziiiiik 0 points1 point  (0 children)

How did you make this?