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

Facetious PuzzleView game page

560 chars for a 15-puzzle
Submitted by cpiod — 2 days, 15 hours before the deadline
Add to collection

Play game

Facetious Puzzle's itch.io page

How many characters did you use?
560

Include your code here, if you'd like to show it off!
c=2048z=127w=rnd
f=memcpy
d={16,-16,0,c}d[8]=-c
m=10+w(15)u=w(.001)v=w(.001)
for k=4,2,-2 do
for x=0,z,k do
for y=0,z,k do
a,b,i=0,0,0while i<32 and a*a+b*b<4 do
e=a
a=a*a-b*b+x/c/m-.103-u
b=2*e*b+y/c/m+.953-v
i+=1end
j=flr(i/2)circfill(x,y,i-2*j+k/2,j+k/3)end
end
end
l=line
for i=31,z,32 do
l(0,i,z,i,0)l(i,0,i,z,0)end
p=6192
x=24576
g=c
while t()<3 do end::_::b=a
if(g>0)g-=1 a=d[2^flr(w(4))]else poke2(12800,2752)a=d[btn()]flip()
if(not a or a==b)goto _
q=p+a
if(q%8192!=q or q%c>=64)sfx(0)goto _
for y=x,x+1984,64 do
f(p+y,q+y,16)f(q+y,0,16)end
p=q
goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

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