I became quite enamored with the knight's-move impartial game I implemented for my little #tweettweetjam game "Jelpi-Knights", and I've been working on building it out into a more proper game under the new title "Nimble Knights".

I'll likely post a WIP cart once I'm reasonably satisfied with the playability of the expanded version, but in the meantime, I'm quite happy with the design I cooked up for the title screen.

(the dither patterns on the squares are also going to be present on the main game's board, and are my attempt at making the information conveyed by the colors of the squares not be *entirely* color-dependent.)

edit: decided at last minute to tweak typography a little

#gamedev #indiedev #screenshotsaturday #pico8

I made a little little line-art infinite faller for TweetTweetJam 11. Try not to hit the walls!

https://harderyoufools.itch.io/voidfaller

#pico8 #tweettweetjam

TweetTweetJam 11 is complete!

20 amazing entries using only 500 characters of code. Every year I’m amazed at what people can squeeze into a tiny game. Check out the entries!

https://itch.io/jam/tweettweetjam-11/entries

#tweettweetjam #pico8 #gamejam #gamedev

Only 9 hours left! Get your TweetTweetJam entry in! 28 participants and 20 entries so far, but there’s room for more!

https://itch.io/jam/tweettweetjam-11

#tweettweetjam #pico8 #gamejam #gamedev

DOTFUL DODGER

A #pico8 dot hell in less than 500 chars of code!

https://beepyeah.itch.io/dotful-dodger

#TweetTweetJam

🪐
SUPER
SOLAR
SYSTEM
SYZYGY

Will you be able to align the planets before they fall into the sun?

Second entry for #TweetTweetJam

Play here: https://beepyeah.itch.io/super-solar-system-syzygy

In 496 characters of #pico8 code:

I wrote a tiny #pico8 game called Jelpi-Knights for the #tweettweetjam , where the goal is to write a game with at most 500 characters of code and no external assets (aside from whatever your engine provides out-of-the-box). The result is here: https://itch.io/jam/tweettweetjam-11/rate/4623008

I'll discuss the game itself in-thread, but here is the incredibly cursed code I ended up producing:

z={2,32,33}●=0::b::e=0♥=●+1♪={0,0,0}g=0cls()😐=btnp()if(😐==32)●=♥%3
if(😐==2)e=33
if(😐==8)e=18
z[♥]+=e
for ⌂=63,0,-1do
x=(⌂&~7)>>3y=⌂&7v={}★=x<<4⧗=y*12for i=1,2do
q=x-i+3r=y+i
v[pget(16*q,12*r)-1]=r+q*16end
j=0::j::?"\^w\^t█",★,⧗,j+1
for k=1,3do
█=6if(♥==k)█=10
if(x<<4|y==z[k])g^^=(♪[k]^^j)♪[k]=j ♪[8*k+j]=v[j]?"🐱",★+2*k,⧗+k,█
end
if(v[j])j+=1goto j
end
::a::for k=1,3do
if(z[k]&136>0)cls(e%31)stop()
t=♪[8*k+(g^^♪[k])]if(e>0and t)z[k]=t e=0end
if(e<1)flip()goto b
z[rnd{1,2,3}]+=rnd{33,18}e=0goto a

#gamedev

Jelpi-Knights by puleo for TweetTweetJam 11

A tiny board game made for TweetTweetJam 11

itch.io

I managed to score 223 on today’s #DailyDash puzzle! https://dredds.itch.io/daily-dash

#TweetTweetJam #Pico8

Daily Dash by dredds

A new puzzle every day. What can you score today?

itch.io

Submitted my game for TweetTweetJam!

https://itch.io/jam/tweettweetjam-11/rate/4619112

Had to ditch the background color animation because code char limit.

#tweetTweetJam

Two days left of TweetTweetJam 11! 22 participants and 8 entries so far!

Come join and make a game with only 500 characters of code!

https://itch.io/jam/tweettweetjam-11

#tweettweetjam #pico8 #gamejam #gamedev