Book Reviews
Drawing a maze with Python -- Comment() I polished my Python code for making a maze. Now I can draw pictures like these:
I decided finally to use ReportLab for drawing the graphics, because Tkinter was after all a bit lacking in quality (and ease of programming). Here is another picture, this was written in bitmap (PPM) format, the maze size is 300 x 150.
I added the possibility of making holes into the Python code:
|