clojure-gamedev

shidima 2017-12-21T12:13:26.000332Z

Im making a snake clone and was wondering what is the better way to manipulate state. - let the functions manipulate the state directly - pass the state in as paramaters

bru 2017-12-21T15:38:16.000755Z

@shidima there was a presentation at clojureX about a snake clone, you may want to have a look at how @gaivile did it https://github.com/Gaivile/snake