Re: programming problem...
> > 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...
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