Skip to content

mixvar/elm-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-snake

Simple snake game build using elm/canvas package

Rules:

  • Snake can go through walls
  • Each fruit gives 10 points and 1 extra length
  • Each second 1 point is lost
  • Each 250 points speed is slightly increased