Alistair Hutton
banner
twitonatrain.bsky.social
Alistair Hutton
@twitonatrain.bsky.social
Finally, your one stop shop for rugby, computer game development and number crunching analysis of Scottish politics chat

Also #pico8 #postcarts
Walking boy #pico8
October 9, 2025 at 9:34 PM
GOTO 10; REM With a Twist

#pico8 #postcart

Code in follow up tweet
August 15, 2025 at 9:01 AM
I can totally understand where Cannon Fodder came from. The urge to say "forget this sportsball game I am making, lets add some guns" is pretty overwhelming. #love2d
March 2, 2025 at 9:30 PM
Jonathan looked at the sample under the microscope, looked up at Sebastian and then looked down at the sample again.

"This is bad"
"It is very bad" agreed Sebastian
"Can it be contained?"
"If we have sufficient anti-glopring serum"
"It is very glorpy, do you think we have enough?"
#pico8 #postcart
February 4, 2025 at 10:08 PM
That's better. #pico8
January 27, 2025 at 10:06 PM
Was this the effect I was looking for? No. Does it look cool? Yes. #pico8 #HappyLittleAccidents
January 27, 2025 at 9:39 PM
They say you can send a signal down a wet piece of string. I'm not so sure

#pico8 #postcart

ps={}
for i=0,127 do
ps[i]={x=64,y=i}
end
::_::
cls()
ps[0].x=64+sin(t()/8)*32+cos(t()/5)*32
for i=127,1,-1do
s=ps[i-1]
e=ps[i]
line(s.x,s.y,e.x,e.y,7)
e.x+=(s.x-e.x)*0.1
end
flip()
goto _
January 26, 2025 at 9:56 AM