clojure-gamedev

2017-04-10T18:41:23.316192Z

Hi. after playing The Battle of Polytopia, I got urge to try to make same kind of game myself ^^' So, light 4x game on Android. What would be my options nowadays for that? I guess some clojurescript stack?

2017-04-10T19:14:47.007667Z

yeah cljs and/or react native, could also consider libGDX (https://github.com/libgdx/libgdx/wiki/Using-libgdx-with-Clojure)

2017-04-10T19:17:15.055576Z

there's also https://github.com/arcadia-unity/Arcadia but i think android export might have an issue in recent commits