Search results for query: *

  1. R

    Resolved How to draw maze from .CSV file?

    Thanks, this is helpful! Appreciate it!
  2. R

    Question Would It Be Possible to Solve a Maze of This Kind With Some Form of Algorithm?

    What would be the easiest way to make an automatic solver for a maze drawing program like this, if it's even possible? All help is greatly appreciated.
  3. R

    Resolved How to draw maze from .CSV file?

    I haven't finished the main outline of the maze, I was going to see if I could get it to convert first, but the main idea is that "x" will be drawn as a black square while if there's nothing it'll be drawn as white square. Hope that helps. Thanks for taking a look!
  4. R

    Resolved How to draw maze from .CSV file?

    Keep in mind I'm still relatively new to both Visual Studio, and C#, but I'm stuck on that seemed like a pretty simple project at first. I'm trying to read specific characters from a .CSV file, and turn it into a maze done with simple rectangles. I've gotten completely stuck, and after a few...
Back
Top Bottom