@gdeer81 That would be very cool 🙂
I'm looking into making a snake clone atm, mabey I can make that into a tutorial aswell
I made a library that may be useful to anyone interested in developing games in clojure for the jvm: https://github.com/bcbradle/gl It is an idiomatic gl wrapper oriented towards immutability; only a single function in the library has the potential to mutate state. There are examples here https://github.com/bcbradle/gl-examples, which leverage a glfw wrapper https://github.com/bcbradle/glfw
wow that hello world example