Skip to content

Instantly share code, notes, and snippets.

@heiner
Created October 29, 2011 19:44
Show Gist options
  • Save heiner/1324981 to your computer and use it in GitHub Desktop.
Save heiner/1324981 to your computer and use it in GitHub Desktop.
Android Pong
10-29 21:37:00.996 D/PongActivity( 4354): PongBall.doMove(): new=(184.2385, 440.20102); vel=(56.20662, 23.51568)
10-29 21:37:16.231 D/PongActivity( 4354): PongBall.doMove(): pos=(190.76498, 154.82242); vel=(-56.20662, -23.51568)
10-29 21:37:16.231 D/PongActivity( 4354): PongBall.doMove(): new=(189.98709, 155.94106); vel=(4.4340553, 44.94182)
10-29 21:37:16.241 D/PongActivity( 4354): PongBall.doMove(): pos=(189.83849, 154.43478); vel=(4.4340553, 44.94182)
10-29 21:37:16.241 D/PongActivity( 4354): PongBall.doMove(): new=(187.89844, 153.62311); vel=(-56.20662, -23.51568)
10-29 21:37:16.281 D/PongActivity( 4354): PongBall.doMove(): pos=(187.89844, 153.62311); vel=(-56.20662, -23.51568)
10-29 21:37:16.281 D/PongActivity( 4354): PongBall.doMove(): new=(188.01831, 155.94273); vel=(2.3504734, 45.482933)
10-29 21:37:16.331 D/PongActivity( 4354): PongBall.doMove(): pos=(188.01831, 155.94273); vel=(2.3504734, 45.482933)
10-29 21:37:16.341 D/PongActivity( 4354): PongBall.doMove(): new=(186.17682, 155.79877); vel=(-36.107616, -2.8228092)
10-29 21:37:16.381 D/PongActivity( 4354): PongBall.doMove(): pos=(186.17682, 155.79877); vel=(-36.107616, -2.8228092)
10-29 21:37:16.391 D/PongActivity( 4354): PongBall.doMove(): new=(185.54935, 157.28029); vel=(-12.303352, 29.049286)
10-29 21:37:16.431 D/PongActivity( 4354): PongBall.doMove(): pos=(185.54935, 157.28029); vel=(-12.303352, 29.049286)
10-29 21:37:16.431 D/PongActivity( 4354): PongBall.doMove(): new=(184.10571, 157.59486); vel=(-28.306501, 6.168084)
10-29 21:37:16.481 D/PongActivity( 4354): PongBall.doMove(): pos=(184.10571, 157.59486); vel=(-28.306501, 6.168084)
10-29 21:37:16.481 D/PongActivity( 4354): PongBall.doMove(): new=(183.14307, 158.64462); vel=(-18.875286, 20.583412)
10-29 21:37:16.531 D/PongActivity( 4354): PongBall.doMove(): pos=(183.14307, 158.64462); vel=(-18.875286, 20.583412)
10-29 21:37:16.531 D/PongActivity( 4354): PongBall.doMove(): new=(181.83803, 159.13373); vel=(-25.588919, 9.590464)
10-29 21:37:16.581 D/PongActivity( 4354): PongBall.doMove(): pos=(181.83803, 159.13373); vel=(-25.588919, 9.590464)
10-29 21:37:16.591 D/PongActivity( 4354): PongBall.doMove(): new=(180.7145, 159.94186); vel=(-22.030006, 15.845804)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment