Skip to content

blueboxes/image2maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image 2 Maze

This is a proof of concept Maze Generation in C#.

It takes an image and creates a maze in the shape of the image.

Although it is based on .net 5 GDI+ methods are used that means it will only run on windows.

Features:

  • Generates Square Mazes
  • Generates Images Mazes
  • Set wall and background colours or use the image colours
  • Set pen and cell render sizes

Samples

Sample Bulb with line colours Sample Bulb with line colours Sample Bulb with line colours

Original Image From: https://www.iconfinder.com/icons/3069195/think_creative_thinking_light_idea_icon

Next Items Todo

  • Build UI to expose the options
  • Resolve Maze and Render the route
  • SVG Render
  • Dependency Injection
  • Unit Tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages