Skip to main content

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

Picotian BlindsView project page

A demake of David Crane and Bob Whitehead's 1982 Venetian Blinds demo, for #Pico1k Jam 2024.
Submitted by Harder You Fools β€” 1 day, 3 hours before the deadline
Add to collection

Play Picotian Blinds

Picotian Blinds's itch.io page

Compressed Bytes used
560

Source Code (OPTIONAL)
poke(0x5f2e,1)
h=101
pal(1,140,1)
pal(2,137,1)
pal(11,139,1)
pal(13,136,1)
pal(15,132,1)

function _update()
if btn(2) then
h=max(h-1,42)
elseif btn(3) then
h=min(h+1,101)
end
cls()
rectfill(0,20,127,107,4)
rectfill(40,26,87,101,5)
rectfill(50,46,77,94,1)
line(50,53,77,53,14)
rectfill(50,54,77,55,8)
rectfill(50,56,77,59,9)
line(50,56,77,56,2)

line(50,59,77,59,15)
line(53,58,66,58,15)
line(70,58,77,58,15)
line(57,57,63,57,15)
line(73,57,77,57,15)

line(50,60,77,60,4)
rectfill(50,61,77,62,3)
rectfill(50,63,77,94,11)

rectfill(63,46,64,94,0)
rectfill(50,70,77,71,0)

rectfill(36,25,91,h,6)

line(36,25,91,25,0)

clip(35,25,91,h-25)
for b=1,15 do
line(36,25+5*b,91,25+5*b,7)
line(36,26+5*b,91,26+5*b,0)
end

vsize=flr((h-24)/8)
clip(36,h-(10-vsize),56,11-vsize)
rectfill(0,0,127,127,3)
for b=1,6 do
line(36,h,91,h,0)
line(36,h-b*2+1,91,h-b*2+1,7)
line(36,h-b*2,91,h-b*2,0)
end

clip(35,25,91,h-24)
rectfill(50,25,52,h,3)
rectfill(75,25,77,h,3)
clip()

line(43,25,43,100,0)
line(46,25,46,100,0)
line(44,101,45,101,0)

print("𝘩𝘰π˜₯𝘨𝘦𝘺𝘷π˜ͺ𝘴π˜ͺ𝘰𝘯",10,112,13)
line(23,111,34,111,13)
line(36,111,48,111,13)
pset(34,112,13)
pset(36,112,13)
pset(22,112,13)
pset(22,113,13)
pset(23,113,0)
pset(24,113,0)
pset(24,114,13)
end

Leave a comment

Log in with itch.io to leave a comment.

Comments

HostSubmitted(+1)

Yay, such an infamous part of video game history
...lovingly replicated on PICO-8 in under 1K πŸ€“
(don't worry 𝘩𝘰π˜₯𝘨𝘦𝘺𝘷π˜ͺ𝘴π˜ͺ𝘰𝘯 - I think statute of limitations is well over by now πŸ˜…)
A great tribute πŸ‘

P.S. - Very glad you could make it along, mate πŸ˜‰
P.P.S - "Fulfilment" is still one of my fav P8 adventures of all time πŸ‘

Developer

Always happy to make it along! Thanks as always for the kind words. πŸ™ 

Submitted(+1)

That’s a satisfying blinds motion, and such a lovely view!