Computer Science Canada

Tetris

Author:  someguy123 [ Sun May 06, 2007 7:56 pm ]
Post subject:  Tetris

i am thinking of making tetris, so can anyone tell me some approach at it, what I will need to know and some algorithm?

Author:  Andy [ Sun May 06, 2007 10:49 pm ]
Post subject:  RE:Tetris

search the source code database

Author:  someguy123 [ Mon May 07, 2007 12:19 pm ]
Post subject:  Re: RE:Tetris

Andy @ Sun May 06, 2007 10:49 pm wrote:
search the source code database


i did just had some trouble understanding it

Author:  program_x [ Mon May 07, 2007 1:17 pm ]
Post subject:  Re: Tetris

... i dont mean to be a nay sayer, but simply asking us how to make a program isn't going to help you. try starting the program and then asking us for help when you get stuck.

Author:  Geostigma [ Mon May 07, 2007 3:10 pm ]
Post subject:  RE:Tetris

free falling bricks
collision
rotating
delete commands
points

knowing when there is a full row of bricks.

Author:  someguy123 [ Mon May 07, 2007 5:32 pm ]
Post subject:  Re: Tetris

program_x @ Mon May 07, 2007 1:17 pm wrote:
... i dont mean to be a nay sayer, but simply asking us how to make a program isn't going to help you. try starting the program and then asking us for help when you get stuck.


ya i suppose a better question would be how do i make it fall, i mean every time it gets to the bottom, i have to draw a new one, how do i keep the old one there while drawing the new one?


: