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 calculations to meters. #16

Closed Nadav-01 closed 5 years ago

Nadav-01 commented 5 years ago

Right now all constants (speed and acceleration) is arbitrary. Decide what length is a meter, draw it out, and update the code to be consistent about it. (that means grav's size should be 9.81, and so on).

Nadav-01 commented 5 years ago

Not important enough, closing for now.