
-----------------------------------
someguy123
Sun May 06, 2007 7:56 pm

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?

-----------------------------------
Andy
Sun May 06, 2007 10:49 pm

RE:Tetris
-----------------------------------
search the source code database

-----------------------------------
someguy123
Mon May 07, 2007 12:19 pm

Re: RE:Tetris
-----------------------------------
search the source code database

i did just had some trouble understanding it

-----------------------------------
program_x
Mon May 07, 2007 1:17 pm

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.

-----------------------------------
Geostigma
Mon May 07, 2007 3:10 pm

RE:Tetris
-----------------------------------
free falling bricks
collision
rotating
delete commands
points

knowing when there is a full row of bricks.

-----------------------------------
someguy123
Mon May 07, 2007 5:32 pm

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.

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?
