Thread: CHIP8 thread
View Single Post
Old January 7th, 2009   #45 (permalink)
serge2k
Registered User
 
Join Date: Sep 2006
Location: surrey
Posts: 45
well I'm trying to run the PONG program. It runs, displays the paddles and the score but the "ball" jumps around. Scores aren't registering quite right either.

just tried breakout and it isn't working quite right either.

I did just realize what was causing it to be so slow. Redrawing the screen on every single opcode instead of just when it changes. it's faster now.

I think the problem is with my drawing code.l
serge2k is offline   Reply With Quote