Generate console maze?

Started by
1 comment, last by DevLiquidKnight 18 years, 10 months ago
I was wondering if anyone knows of an example or article about making a simple maze through c++ code. Something simple like a console maze thing where there is a start and finish and you can acutally "walk" through it. Anyone got any references?
Advertisement
[google]

Try searching for "maze generators" (first result is a Java one with source).

And look in the manual for your compiler for the functions for outputting to and manipulating the console. As well as recieving input from there.

This is a fairly simple excercise.
I know ive never done it before though so i wanted to try it out. [smile]

This topic is closed to new replies.

Advertisement