Snake: Difference between revisions

11 bytes removed ,  8 months ago
m
Line 2,301:
.
subr start
call fruit
game = 1
sx[] = [ 52.5 0 0 0 0 ]
Line 2,315:
textsize 5
move 10 40
text "Arrow keys for controlcontrolling"
move 10 30
text "Press space to to start"
Line 2,329:
dir = 4
elif keybkey = " " and game = 0
call start
.
.
Line 2,383:
len sx[] len sx[] + 3
len sy[] len sy[] + 3
call fruit
.
sx[1] = sx ; sy[1] = sy
1,978

edits