Plotglider by Dr Beep
About
This game is a PUR80 game where you control a pixel over the screen.
The pixel starts to move and you need to keep the pixel on the screen.
You can add or decrease speed in horizontal or vertical direction, however....
The controls are reversed. So pressing reducing the upspeed you need to press UP.
Line1 : define string for all text and variable
Line2 : Set X, Y DX, DY and reset score
Line3 : Plot the pixel
Line4: Add hiscore if score is more
Line5: Show score, name of game and current hiscore
Line6: Alter DX and DY, either by input from player or extra random move from computer, also add 1 point to score
Line7: clear old pixel
Line8: Move pixel: X=X+DX, Y=Y+DY
Line9: Test pixel on screen, continue, if not, wait for N to restart
Controls
Q= up
A= down
O= left
P= right