CodeTown

www.codetown.us ::: a software developer's community

Hi to all;

 

I try to program " tetris game "

 

First i did the point about :

Cube Block falling to the floor and another one appear then falling also but my problem is whe cube block fall and there is another one the floor the falling mix with the one on the floor !!!

 

Although i make a conditon that prevent mixing.

 

from here      http://www.mediafire.com/?khg2p2mlpxpixz6    you can download my code .

 

There is there package in package TetrisView There is class TetrisCell which have the problem in method moveBlockVerticle()(); 

you will fin dthis code in it for prevent mixing bloks :

 

 if (tetrisBlockShapesEnum == tetrisBlockShapesEnum.CUBE_BLOCK && nextRow - 2 == blockData.getPoint().getX()
                            || tetrisBlockShapesEnum == tetrisBlockShapesEnum.I_BOLCK && nextRow - 4 == blockData.getPoint().getX()) {
                        canDraw = false;
                    } else {
                        canDraw = true;
                    }

 

but also the cude block mix !!!!

why this !!!

 

I hope to help me

thanks in advnce

 

 

 

 

 

Views: 8

Attachments:

Reply to This

Translate Codetown

Looking for Jobs or Staff?

Check out the Codetown Jobs group. There's also a free Jobs mailing list.

 

 



Enjoy the site? Support Codetown with your donation.




Reading List

HowStuffWorks "How Cloud Computing Works"

In a cloud computing system, there's a significant workload shift. Local computers no longer have to do all the heavy lifting when it comes to running applications. The network of computers that make up the cloud handles them instead. Hardware and software demands on the user's side decrease. The only thing the user's computer needs to be able to run is the cloud computing system's interface software, which can be as simple as a Web browser, and the cloud's network takes care of the rest...

What cloud computing really means | Cloud Computing - InfoWorld

Cloud computing is all the rage. "It's become the phrase du jour," says Gartner senior analyst Ben Pring, echoing many of his peers. The problem is that (as with Web 2.0) everyone seems to have a different definition...

Cloud computing - Wikipedia, the free encyclopedia

Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet).

Eclipse DemoCamps November 2011 - Eclipsepedia

From November 1-30, we are inviting individuals to organize and attend Eclipse 10th Birthday Parties around the world! Click the link to see details.

YouTube Founders Aim to Revamp Delicious - NYTimes.com

Chad Hurley and Steve Chen have some experience with turning a small Web site into Internet gold. In 2006 they sold their scrappy start-up YouTube to Google for $1.65 billion. Jim Wilson/The New York Times The Delicious office in San Mateo, Calif. It now has around 15 employees, mostly engineers. More recently they picked an unlikely candidate to be their next Web sensation: a Yahoo castoff.
Locations of visitors to this page


Codetown on Facebook

© 2012   Created by Michael Levin.

Badges  |  Report an Issue  |  Terms of Service