Skip to content

Commit 546e779

Browse files
committed
added file with global constants
1 parent 9750315 commit 546e779

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/const.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)