Play game
Aim Trainer #TTJ10's itch.io pageCharacter Count499
Game Code
pico-8 cartridge // http://www.pico-8.com
version 42
__lua__
function u(n,f,t)return n+(f-n)*t end poke(24365,1)a=stat _set_fps(60)e=circfill ★=0n=128f=0i=rnd d={{{x=i(n),y=i(n)},{x=i(n),y=i(n)},{x=i(n),y=i(n)}}}::n::e(i(n),i(n),1,0)o=d[1]e(o[3].x,o[3].y,10,7)c=u(u(o[1].x,o[2].x,f),u(o[2].x,o[3].x,f),f)x=u(u(o[1].y,o[2].y,f),u(o[2].y,o[3].y,f),f)e(c,x,2,2)c=a(32)x=a(33)if(a(34)>0and pget(c,x)==7)★+=1f=1
e(c,x,2,8)f+=.00011r=d[#d][3]g=d[#d][2]if(f>=1)add(d,{{x=r.x,y=r.y},{x=r.x+(r.x-g.x)/4,y=r.y+(r.y-g.y)/4},{x=i(n),y=i(n)}})deli(d,1)
f%=1?★,0,0,10
goto n
Leave a comment
Log in with itch.io to leave a comment.


Comments
Woah, that's tough ...but not too hard that you feel it's not possible 😉
(Bet it plays well on touch devices also 🤔)
TBH, I found myself mostly staring at the beautiful lerp'd movement and dissolve effects 🤩👌
Very cool entry, nice one! 👍
I did the usual thing of making an effect and trying to make it a game in about 50 characters 😂. Judging how to set the difficulty was a challenge as I would've started it easy and gradually sped it up if I had the choice.
This is great! Really simple and compelling
Tough game. Looks great. And plays well with touch controls on mobile (although it is much easier than using the touchpad on a laptop).