- AtariAge Forums
- → Viewing Profile: Topics: HatefulGravey
Male
Mon Feb 11, 2013 12:11 PM
Mon Jan 28, 2013 1:22 PM
Fri Oct 26, 2012 11:44 AM
Tue Oct 16, 2012 5:10 PM
Mon Oct 15, 2012 11:10 AM
rem batari Basic Program rem created 10/12/2012 10:26:46 PM by Visual bB Version 1.0.0.548 playfield: ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ end player0: %11100111 %10111101 %10100101 %01011010 %00100100 %01011010 %10011001 %10000001 end player1: %00011000 %00011000 %00111100 %01111110 %11111111 %11111111 %11111111 %11111111 end COLUBK=$45 player0x=76:player0y=78 player1x=76:player1y=14 playermove if joy0fire then c=5 else c=1 if joy0up then player0y=player0y-c if joy0down then player0y=player0y+c if joy0left then player0x=player0x-c if joy0right then player0x=player0x+c if player0x>133 then player0x=133 if player0x<21 then player0x=21 if player0y>80 then player0y=80 if player0y<14 then player0y=14 if player0y<15 then score=score+1: player0x=76:player0y=78 end badguymove if player0x>player1x then player1x=player1x+1 if player0x<player1x then player1x=player1x-1 end main drawscreen goto playermove goto badguymove goto main
Copyright ©1998-2013 AtariAge

Find content