AaronCoplan / MazeSolver

Program that generates mazes, solves them, has printing capabilities, and can read an image of a maze and solve it.
MIT License
0 stars 1 forks source link

Add printing capabilities. #6

Open AaronCoplan opened 8 years ago

AaronCoplan commented 8 years ago

Add printing capabilities using the javax.print package and the BufferedImage generated from the Graphics class.

AaronCoplan commented 8 years ago

Currently works for mazes of up to size 85x85, anything larger is blank except for the pink start and end squares. Need to work to fix this.

AaronCoplan commented 8 years ago

Works fine for mazes that are not square, so this is a good step in the right direction.

AaronCoplan commented 8 years ago

Need to scale up the maze so that it takes up more room on the page and is larger on the printed sheet.