Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,458

    Re: Brick Breaker HELP!!!!

    NOTE: The code has too many magic numbers: 300, 100, 40, 200, 30, 170, 80, 90, ...
    Most of these should be defined as variables with descriptive names to allow easy changing of the game to run on...
  2. Replies
    3
    Views
    1,458

    Re: Brick Breaker HELP!!!!

    Time to do some debugging by adding some println() statements to display the ball's position and the postions of bricks to see why the collisions are not being detected.


    NOTE: The code has too...
Results 1 to 2 of 2