Fork me on GitHub
#clojure-gamedev
<
2017-12-21
>
shidima12:12:26

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

bru15:12:16

@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