Nadav-01 / Physics_Game

School project based on 2d physics. Written in Java. Pretty crappy, nothing to see here.
0 stars 0 forks source link

Update the wall array and projectile array to linked lists #21

Closed Nadav-01 closed 5 years ago

Nadav-01 commented 5 years ago

To make the it possible to put extra balls and walls in the program after it started, the implementation of the array needs to be dynamic.

Nadav-01 commented 5 years ago

done