Skip to content
Snippets Groups Projects
Commit bc8d0c56 authored by PowerfulShuffle's avatar PowerfulShuffle
Browse files

small change

parent baa8b687
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ namespace PuzzlePlayer_Namespace ...@@ -40,7 +40,7 @@ namespace PuzzlePlayer_Namespace
Point playerPos; Point playerPos;
List<Point> shortestPath; List<Point> shortestPath;
public Maze(int sizeX = 16, int sizeY = 12) public Maze(int sizeX = 32, int sizeY = 24)
{ {
drawFactor = 1; drawFactor = 1;
// init all 2D array's // init all 2D array's
......
...@@ -10,7 +10,7 @@ namespace PuzzlePlayer_Namespace ...@@ -10,7 +10,7 @@ namespace PuzzlePlayer_Namespace
{ {
internal static void Main(string[] args) internal static void Main(string[] args)
{ {
Application.Run(new PuzzleForm(new Sudoku())); Application.Run(new MainForm());
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment