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

Where's Wally?View game page

A classic reimagined in less than 560 chars (2 tweets)!
Submitted by WongKongPhooey (@DuffetyWong) — 3 days, 4 hours before the deadline
Add to collection

Play game

Where's Wally?'s itch.io page

How many characters did you use?
552

Include your code here, if you'd like to show it off!
x=1y=1q=flr r=rnd g=(q(r(32))*4)+1h=(q(r(32))*4)+1i,j,k=64,64,8 function _init()m={}while x<128 do while y<128 do local n={}n.x=x n.y=y c=q(r(13))+1n.v=c n.t=q(r(0,2))n.u=c if(x==g and y==h)n.v=8n.u=7n.t=0 add(m,n)y+=4end x+=4y=1 end end function p(n)a=n.x b=n.y l=line l(a,b,a,b,15)l(a-1,b+1,a+1,b+1,n.v)l(a-1,b+2,a+1,b+2,n.u)l(a-1,b+3,a-1,b+3,n.t)l(a+1,b+3,a+1,b+3,n.t)end function _draw()cls(3)foreach(m,p)circ(i,j,4,k)end function _update() if(btn(0))i-=1 if(btn(1))i+=1 if(btn(2))j-=1 if(btn(3))j+=1 if(g>i-3 and g<i+3 and h>j-3 and h<j+3)k=11 end

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Love this idea!