im not entierly shure why, but the only screen shot i can get is this
ive moved the following around a few times, but can only seem to get the high score to come up after i die,
any ideas? full code here
im not entierly shure why, but the only screen shot i can get is this
ive moved the following around a few times, but can only seem to get the high score to come up after i die,
any ideas? full code here
That is because you read it at the wrong place.
Look for if ( Game.Event ) Game.Draw();
(line 107), this is where the game actually is drawn to screen. Write the screenbuffer after that to serial. ️
thats what i thought was happening, chris’s games seem to be written differently than most of the games ive looked at so far, thanks @Botisaurus