Search code examples
ruby-on-railsrubyimagemaze

Maze Generation with Ruby


I have been working on polishing my Ruby skills lately and came across a nice snazzy presentation on maze generation.

Presentation by Jamis Buck

I would want to implement a couple of algorithms and then generate image files for the mazes.

I am quite unsure on the second part of the job: "generating image of the maze". I want a simple gem that lets me map my mazes to image.

Maybe sometime soon I would also want the whole thing as a Ruby on Rails application for the web.

How can I put all of it together?


Solution

  • chunky_png gem is definitely a thing that worth trying out.