Code
- Program.cs
- Board.cs
Algorithm
- Initialize
- Make first row and column and last row and column to wall
- Make every enum-th row and column to wall
- Binary Tree Maze
- Change next row and column of enum-th to empty randomly
- If 2nd last row, change only right direction
- If 2nd last column, change only bottom direction
Console
- CursorVisible
- Can show/hide cursor
- SetCursorPosition
- Set position of cursor with number;