

A racing game for the pico-8 platform, in 1017 characters. Features a very low poly car, obstacles, sound effects, and a dynamic night sky. Remember, your imagination is the best graphics card ) Code: 1017 characters (1021 bytes) ::g::y=2x=.2r=.4d=0v=2b=1h=3f=0t0=t()ln=line function pr(a)for i=1,#a,3do a[i]=64*(1+(a[i]*1.4)/a[i+2]) a[i+1]=64*(1-((a[i+1]-y)*1.4)/a[i+2])end end n={}for i=1,50do n[#n+1]=rnd(128)n[#n+1]=12+rnd(70)end ::_::cls()u=t() if(h==0)goto q for i=1,#n,2do pset(n[i],n[i+1]-u/9...

Tap to see all activity →
No reviews for Neon_1k yet
Be the first to write one.