clojure-gamedev

Chris McCormick 2020-04-09T00:09:14.002200Z

@doby162 what's your game?

Chris McCormick 2020-04-09T00:09:54.002900Z

@scknkkrer i just made a game using ClojureScript for 7DRL jam and i don't think i have another one in me this year.

Cameron 2020-04-09T01:20:13.004Z

oh did the lisp game jam start already?

mdallastella 2020-04-09T08:09:50.005400Z

out of curiosity, which framework/libraries do you guys use for gamedev on Clojure?

scknkkrer 2020-04-09T12:25:49.005800Z

@doby162, we can arrange that. 😂

scknkkrer 2020-04-09T12:26:54.006600Z

@chris358 congratulations, next time maybe ? :man-raising-hand::skin-tone-2:

scknkkrer 2020-04-09T12:29:22.007700Z

@mdallastella, there is a Github page for the informations on Clojurescript technologies on game-dev. I’ll find it, wait.

mdallastella 2020-04-09T12:31:17.007800Z

Thanks

scknkkrer 2020-04-09T12:31:44.008Z

Here it is; https://github.com/lispgames/lispgames.github.io/wiki/Clojurescript

1
Michael J Dorian 2020-04-09T14:12:32.011400Z

@chris358 @scknkkrer sorry I guess I have notifications off for this slack, gotta fix that. I'm working on Witchazzan! The test server is sometimes up at http://witchazzan.space, but it's extremely pre alpha. https://github.com/doby162/witchazzan-server It's a simulation based on super simple genetic organisms, so the idea is that the game will take place in a world populated by plants and animals that are evolving and competing for their own survival. As you can imagine, this involves a lot of game-engine-creation, I'm basically in the middle of a total rebuild

Michael J Dorian 2020-04-09T14:13:04.012200Z

No frameworks, just some websocket libraries for me :simple_smile: but then, the point was to do a cool clojure thing, not really to get players to play my game

Chris McCormick 2020-04-09T23:43:59.012500Z

@doby162 sounds cool!

Michael J Dorian 2020-04-09T23:45:07.013700Z

Thanks! It's a lot of fun to work on

Chris McCormick 2020-04-09T23:45:32.013900Z

@mdallastella I used three.js and ROT.js for my last game. https://chr15m.itch.io/the-forest-moons-of-yendor

Chris McCormick 2020-04-09T23:47:10.014800Z

a friend and i wrote a bunch of Clojure game dev utils you can find here: https://infinitelives.github.io/ (github link at the bottom)

1