Comments

Log in with itch.io to leave a comment.

Hey I love the progress on the game.  I came here from your youTube channel.  I didn't even know lisp could do these kinds of games.  How did you do it?  What kind of plugin/quicklisp stuff did you use? Is it all in the dev log???

Hey Wayne, thank you :) Yes, Common Lisp can do a lot of things, including gamedev; as someone else put it, it is the most low-level language of high-level languages, meaning you can easily do both high-performance low-level programming and high-level idea abstraction in it. I’m using liballegro library as the backbone of the game, and a few other libraries, and of course Quicklisp for the package management. You can find the details in both devlog and the documentation of the game engine I’m making. Cheers :)

okay that is awesome! I think I'll be looking into this a bit more...  never heard of liballegro yet, but will definitely be checking it out. Love common lisp so far, but I might not be able to do games as well as the itch.io ones haha.

Thanks! Liballegro is basically just like quite popular SDL library, but, erm, different :) In my opinion, liballegro’s APIs are more cohesive than SDL’s. And yes, Common Lisp is a lovely language, I absolutely obsess about it :)

I might not be able to do games as well as the itch.io ones haha.

Well, they say “never say never” :)

(+1)

might be able to someday if I make the Diablo clone, clone.... hahahhaha

(+1)

Lovely Game Dude and thanks for following meh!

Thanks! :)

Do u want to be Friends ?

(+1)

Um, yeah sure :)

THANKS DUDE!

Deleted 2 years ago
(1 edit)

Thanks man, loved your video review!

Yeah, there are not much controls, and the item system is pretty rudimentary, there’s even no item window. I’m working on a GUI and a main menu for a last week or so, so more updates are coming :)

Deleted 2 years ago

Thanks, I appreciate it!