Skip to content

Instantly share code, notes, and snippets.

@interaminense
Created February 11, 2018 04:04
Show Gist options
  • Save interaminense/34ab9e0d42295081a9f4a91a9584d166 to your computer and use it in GitHub Desktop.
Save interaminense/34ab9e0d42295081a9f4a91a9584d166 to your computer and use it in GitHub Desktop.
API Level Metal Math
[
{
internalLabel: 'easy',
label: '😸 easy',
maxNumber: 3,
operators: [
{ label: '+', },
{ label: '-', }
]
},
{
internalLabel: 'normal',
label: '🧠 normal',
maxNumber: 5,
operators: [
{ label: '+', },
{ label: '-', },
{ label: 'x', }
]
},
{
internalLabel: 'hard',
label: '💀 hard',
maxNumber: 10,
operators: [
{ label: '+', },
{ label: '-', },
{ label: 'x', },
{ label: '÷', }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment