Comment on Snake in Elm with WebGLComments−Kiro9yHow is the actual game loop executed? I don't know Elm but I only find update, not how it's run.−kornish9yThe function `Html.program`, in `main`, takes an update function which handles (among other things) ticking the game loop.http://package.elm-lang.org/packages/elm-lang/html/latest/Ht...
Comments
How is the actual game loop executed? I don't know Elm but I only find update, not how it's run.
The function `Html.program`, in `main`, takes an update function which handles (among other things) ticking the game loop.
http://package.elm-lang.org/packages/elm-lang/html/latest/Ht...