Hey y’all, I’m gonna try and actually get a game in this time (I spent all of LD 17 coding up but never submitted).
As per last time:
Löve2d, the GIMP, Inkscape, Audacity.
I have a skeleton code I start from, wanna see it? Here it comes…
function love.load()
g={w=love.physics.newWorld(-1000,-1000,1000,1000)}
end
function love.draw()
end
function love.keypressed(k)
if k=='escape' then love.event.push('q')
elseif k=='f' then love.graphics.toggleFullscreen()
end
end
function love.update(dt)
g.w:update(dt)
end
(
)
I’m also hanging out with an LD Jammer and I got a bit excited about ensconcing myself at home all weekend so if I blog, it’s likely going to be about awesome food I cook… Going for an “off-topic” award maybe?
But for now, some sleep in preparation…