absolom / ascii-block

0 stars 0 forks source link

High Level Design #1

Open absolom opened 8 years ago

absolom commented 8 years ago

Figure out the scope of the program, what it does, what it doesn't do, etc.

absolom commented 8 years ago

This program will take a set of instructions which define a block diagram and then generate an ASCII representation of that block diagram.

Features

Major Pieces

absolom commented 8 years ago

    |Box Text|4            |Another box's text
        1                         a

                 >1 a4
            |Multiline Box

Should produce

    ┌────────┐             ┌──────────────────┐
    │Box Text├─────┐       │Another box's text│
    └────┬───┘     │       └────────┬─────────┘
         └────►───┐├────────────────┘
            ┌─────┴┴──────┐
            │Multiline Box│
            └─────────────┘