Skip to content

Instantly share code, notes, and snippets.

@weslleyaraujo
Created December 21, 2016 17:29
Show Gist options
  • Save weslleyaraujo/b1981da76ee681ff2685d4ebb604e083 to your computer and use it in GitHub Desktop.
Save weslleyaraujo/b1981da76ee681ff2685d4ebb604e083 to your computer and use it in GitHub Desktop.
{
 pads: [
{
id: ‘green’,
component: ‘GreenPad’,
active: false
},
// More pads here
 ],
 game: {
singing: true,
gameOver: false,
score: 0,
highscore: 0
 },
 match: {
guessed: [],
all: []
 },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment