Re: programming problem...

2000-07-15 Thread Sergio Masci
> > Hi, > I am wondering if you could shed some light onto a tetris game programming > problem that I am experiencing. > > Using svgalib I have the following program loop:- > > drawScreen(); > int count = 0; > > if(count > 19

programming problem...

2000-07-13 Thread Gottlieb, Chris (cpg)
Hi, I am wondering if you could shed some light onto a tetris game programming problem that I am experiencing. Using svgalib I have the following program loop:- drawScreen(); int count = 0; if(count > 19){ shiftTetrisBlocks(); count