Play game
Mach 1F4's itch.io pageHow many characters of code did you use?
473
Include your code here, if you'd like to show it off!
Create Event:
#macro D draw_text
#macro K keyboard_check
randomize()x=9y=-1s=0p=0h=0o=x
Draw Event:
U=K(32)game_set_speed(10+s/150+U*4,0)p+=U H=K(39)-K(37)x=clamp(x+H,0,19)y=(y+1)%14
if(!y){o=4+irandom(11)r=max(5-(p>>12),2)}if(y=13){if(abs(x-o)<r){X=x=o s+=X*8 p+=X?100:10}else{s=0 p=0}}s++h=max(h,p)draw_set_color(make_color_hsv(192-(s>>3),170,230))D(x*9,273,"@")D(x*9,294,s%2?"'":(U?";":""))D(0,315,"*"+string(h))D(9,336,p)for(i=0;i<20;i++){if(y<13||x!=i){D(i*9,y*21,abs(i-o)>=r?"=":(i=o?"*":""))}}
Leave a comment
Log in with itch.io to leave a comment.
Comments
good and adictive game