Skip to content

Instantly share code, notes, and snippets.

@ZacharyPatten
Created July 25, 2022 15:39
Show Gist options
  • Save ZacharyPatten/8e08328f1d277b1327783bbfebdeb7a5 to your computer and use it in GitHub Desktop.
Save ZacharyPatten/8e08328f1d277b1327783bbfebdeb7a5 to your computer and use it in GitHub Desktop.
public readonly static string[,] House3x4 = Split(
//------1------2------3------4
@" __ ╥╥ ______________ ", //
@" ╱ │║║│ ╲ ", //
@" ╱ ‾‾ ╲ ", //
@" ╱ ╲ ", //
@"/__________________________╲", //1
@"│ │", //
@"│ ╔══╦══╗ ╔══╦══╗ │", //
@"│ ║██║██║ ║██║██║ │", //
@"│ ╚══╩══╝ ╚══╩══╝ │", //
@"│ │", //2
@"│ ╔═════╗ ╔══╦══╗ │", //
@"│ ║ ■■■ ║ ║██║██║ │", //
@"│ ║ o║ ╚══╩══╝ │", //
@"│ ║ ║ │", //
@"└──────╚═════╝─────────────┘");//3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment