Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Mach 1F4View game page

A fast-paced score attack with less than 500 characters of code!
Submitted by Cruise Elroy (@itsCruiseElroy) — 1 day, 3 hours before the deadline
Add to collection

Play game

Mach 1F4's itch.io page

How 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

(+1)

good and adictive game