Maze in C# Console
In this program you can edit a maze and even get lost in it! Unfortunately, it doesn't have any user settings.
Two different classes are used in the program (the Program and the Maze). The game uses cursor positioning within the console, as well as arrays and other basic constructions of C# (https://www.ict.social/csharp/basics).
Controls: numbers (1, 2, 3) and cursor arrows
Any comments are appreciated. This isn't yet the final version.
Gallery
Download
By downloading the following file, you agree to the license terms
Downloaded 19x (186.04 kB)
Application includes source codes in language C# .NET