Skip to content

Instantly share code, notes, and snippets.

@anchetaWern
Last active May 27, 2019 05:19
Show Gist options
  • Save anchetaWern/cbce34a77182132dd5db0a1c2703837c to your computer and use it in GitHub Desktop.
Save anchetaWern/cbce34a77182132dd5db0a1c2703837c to your computer and use it in GitHub Desktop.
React Native Accelerometer Maze: Set up maze
// App.js
const GRID_X = 11;
const GRID_Y = 16;
const maze = CreateMaze(GRID_X, GRID_Y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment