Last active
November 28, 2020 14:00
-
-
Save vladbatushkov/8bdf4bea40324a717ce1fdfc42763e15 to your computer and use it in GitHub Desktop.
eatnoteat model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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