Skip to main content

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

I followed the instructions, and calling define-game did output a lot of compilation stuff, but doing { north seems to do nothing 😞

Did you close the curly brace? You're not meant to. It will be considered a normal symbol. Here, let me try. When the sdf mastodon went down, I spent some time furiously navel-gazing about this instead, so it works on my machine at least!

Also I think in my other post I accidentally listend setqing *player* after (define-game), when it really needs to be before. What does (symbol-value 'start-locn) return?

(+1)

Oh I got it. My { reader stops at EOF. So if you are in the terminal rather than in slime, you probably have to issue C-d <return> for the read to ever finish. It seems like no-one could possibly be happy about how that { thing works ;p

Ah yes, it worked from Sly 👍

On an unrelated note, it’d be nice to have some in-built help with the list of commands one can execute. Nice job still, looks promising!