We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9750315 commit 546e779Copy full SHA for 546e779
src/const.js
@@ -0,0 +1,3 @@
1
+export const ROWS = 20, COLS = 20, CELL = 30;
2
+export const START = 100, END = 200, VISITED = 300, WALL = 400
3
+export const STARTX = 0, ENDX = 200;
0 commit comments