Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Last active November 28, 2020 14:00
Show Gist options
  • Save vladbatushkov/8bdf4bea40324a717ce1fdfc42763e15 to your computer and use it in GitHub Desktop.
Save vladbatushkov/8bdf4bea40324a717ce1fdfc42763e15 to your computer and use it in GitHub Desktop.
eatnoteat model
type alias Model =
{ screen : Screen
, hero : Hero
, foodPanel : FoodPanel
, hp : Hp
, score : Int
, bestResults : List BestResult
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment