Posted: 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?
Sponsor Sponsor
Andy
Posted: Sun May 06, 2007 10:49 pm Post subject: RE:Tetris
search the source code database
someguy123
Posted: 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
program_x
Posted: 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.
Geostigma
Posted: Mon May 07, 2007 3:10 pm Post subject: RE:Tetris
Posted: 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?