Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created December 15, 2022 06:47
Show Gist options
  • Save deleteman/c9a41cb5e47ebff0faa9729c865cadbe to your computer and use it in GitHub Desktop.
Save deleteman/c9a41cb5e47ebff0faa9729c865cadbe to your computer and use it in GitHub Desktop.
let obstacles = [
{x:5,y:5, width: 1, height: 1},
{x:6,y:5, width: 1, height: 1},
{x:7,y:5, width: 1, height: 1},
{x:8,y:5, width: 1, height: 1},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment