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

PainterView game page

A game in 559 chars about the dangerous art of painting
Submitted by SkyBerron (@SkyBerron) — 4 days, 9 hours before the deadline
Add to collection

Play game

Painter's itch.io page

How many characters did you use?
559

Include your code here, if you'd like to show it off!
::s::w=68
::w::s,x,y,m,n,z,t,k,j=0,7,7,16,16,{},0,btnp,mget
reload()pal(0,8)palt(0,false)w-=8
::_::cls(1)t+=1
if(s>255)goto w
if(t==2*w)add(z,{x=m,y=n})t=0
if(t==w)m,n=x,y
map()
if(k(0))x-=1
if(k(1))x+=1
if(k(2))y-=1
if(k(3))y+=1
x,y=mid(x,15),mid(y,15)
?"웃",8*x,8*y
for o in all(z) do
u,v=o.x,o.y
a,b=x-u,y-v
c,d=abs(a),abs(b)
if(c+d<1)goto s
if t%15<1 then
e,f=u+sgn(a),v+sgn(b)
if c<d then
if(j(e,v)>0)u=e
if(j(u,f)>0)v=f
else
if(j(u,f)>0)v=f
if(j(e,v)>0)u=e
end
end
o.x,o.y=u,v
?"🐱",8*u,8*v
end
if(j(x,y)<1)mset(x,y,1)s+=1
?"🅾️",8*m,8*n
?s,0,0
flip()goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

Clever idea! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)

Submitted

This is stressful. :D Almost made it!