Skip to content

deepakduggirala/elm-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-snake-game

Try it at: https://deepakduggirala.github.io/elm-snake-game/

Model of the snake is "continuous" which allows for variable speeds without messing with fps.

Src/Snake.elm and Src/Math.elm provides the interface for snake model. The app (Model, View and Update) is agnostic of the snake implementation.