AsciiDraw DOWNLOAD build #8

AsciiDraw is a console application meant to serve as a replacement for standard
text editors when prototyping a roguelike's interface.  It provides access to
all ascii characters and standard colors.

+ Use it to quickly test color schemes for dungeons and interfaces.
+ Try out room, corridor and outdoor designs without having to code them.

    What's new:
    Build #8
        - Lua scripting support.
    Build #7
        - Added F9 to generate HTML that renders the screen.  The HTML is placed in the clipboard. (See comics at bottom)
        - Added CTRL-R to replace all instances of a character with the current one.
        - Added CTRL-S to save the file, replaces F6.
        - Added SHIFT-MOUSE-DRAG to cut and drag the current selection
        - Added CTRL-MOUSE-DRAG to copy and drag the current selection
    Build #6
        - Fixed a bug with color selection
        - Support for copy/paste between instances; CTRL-INS/ALT-INS
        - Changed color selection window to display the current character
        Added the following macros to help me prototype my own (WIP) roguelike.
        - Added ALT-1 to draw single line square inside the current selection
        - Added ALT-2 to draw double line square inside the current selection
        - Added ALT-3 to draw thin door in 3x1 or 1x3 selection of a straight line
        - Added ALT-4 to draw thick door in 3x1 or 1x3 selection of a straight line
        - Added ALT-5 to fill the current selection with a random stone floor
        - Added ALT-6 to fill the current selection with random grass
    Build #5
        - Added undo capability
        - Added mouse support when selecting character and color
    Build #4
        - Added mouse support for highlighting

        

Screenshots


AsciiDrawTest.png
AsciiDrawTest2.png
AsciiDrawTest3.png
IceCaveTest.png
InventoryTest1.png
MainUITest1.png

COMIC: TheHulk Adventures in Dungeon Crawling