Skip to content

Instantly share code, notes, and snippets.

@JogoShugh
Created February 13, 2015 18:49
Show Gist options
  • Save JogoShugh/d83a783854cb1cf8370b to your computer and use it in GitHub Desktop.
Save JogoShugh/d83a783854cb1cf8370b to your computer and use it in GitHub Desktop.
var worldBuild = {
groups : [
{
start: '2,2',
repeat: '4 y',
sprites: [
'..g..',
'.ggg.',
'ggggg',
'.ggg.',
'..g..'
]
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment