Just For fun :)

I added this to the intro to my game just to spice things up:

void UBullCowCartridge::GloriousAsciiArt() const
{
    PrintLine(TEXT("         __n__n__"));
    PrintLine(TEXT("  .------`-\\00/-'"));
    PrintLine(TEXT(" /  ##  ## (oo)"));
    PrintLine(TEXT("/ \\## __   ./"));
    PrintLine(TEXT("   |//YY \\|/"));
    PrintLine(TEXT("   |||   |||"));
}
3 Likes

Haha yes bringing back the old ASCII art from the archived Bull Cow Game.

Privacy & Terms