JavaRanch » Java Forums »
Java »
Game Development
| Author |
Tetris- Not functioning properly
|
Schandha Ravi
Ranch Hand
Joined: Oct 20, 2007
Posts: 167
|
|
Hi All, I tried to run a code which was developed by one of my friends but the code is not running as expected. I tried to debug the code to figure out the problem, but was not successful. Would some one mind to look into this and explain me the problem.. This code is based on Tetris game When I ran this, the starting score is displayed as 3430. When I debugged the code, instead of "0". Can some one help me in understanding the problem and the possible solution to correct that. [ July 31, 2008: Message edited by: Schandha Ravi ]
|
Thanks & Regards, SK
SCJP 5.0, DB2 - 800, DB2 - 803, SCDJWS (On the way)
|
 |
vanlalhmangaiha khiangte
Ranch Hand
Joined: Sep 11, 2006
Posts: 163
|
|
Here is the problem :- This method checkGame() loops N rows and N columns This will in turn call checkShape() method which will loop 15 times i.e for the shape for each row and column This will in turn call clearShape() method which loops till next value becomes 4 adn updates the totalscore and then so on .... I tried printing rows and columns when the total score is updated, You can try the below code to see when totalscore is updated I believe the logic is completely off ... regards,
|
 |
 |
|
|
subject: Tetris- Not functioning properly
|
|
|
|