Ziggy: A waste of time! Version 1.5.0(b): * Rearranged the menus to have a File and a Config menu. * Created Advanced Config window to allow for more specific configuration changes. * Saved maps are now written slightly differently. Ziggy's location in the binary grid is marked with his cardinal direction initial, removing three lines from the beginning. The saved map spec may still change in future versions. * The blocks were formerly locked in at 10px by 10px. Now this value can be changed arbitrarily changed to values between 2 and 65 (inclusive). The default when starting the program as still 10px squared. * The map was formerly 64 blocks wide by 48 blocks tall. This also can be changed to any value pair from 2x2 to 200x200. Version 1.4.0(a): * Now, to save clicking, you can enable/disable dragging. When enabled, clicking on an empty area will place a block there, and dragging will create blocks anywhere the mouse travels. When clicking on a block, the block will be removed and dragging removes any blocks the mouse moves over. This option is enabled by default. Version 1.3.0(a): * You can now specify whether Ziggy should take random turns when he can turn both left or right. By default, Ziggy only turns right given either chance. This preference is also saved in the .zig files. Version 1.2.0(a): * You can now save and store maps, so when you have something really cool, you don't have to lose it when you quit. Maps are stored in .zig files that are ASCII files. The first line is the X position of Ziggy's "head," (0 <= xPos < 64). The second is the Y position of Ziggy's "head" (0 <= yPos < 48). The third line is the cardinal direction he's traveling (one of "N", "E", "S", "W"). The next line is the speed at which he's traveling (0, 10, 100, 300). The next 48 lines are bitmap representations of the map itself. Each line is 64 characters long, representing each of the 64 blocks on a line. A zero represents an open area while a one is a block. Version 1.1.0(a): * Fixed a bug that caused boxes and Ziggy to disappear when the window was covered (or minimized). * Added an About box. Version 1.0.0(b): * Initial version.