Triple X ASCII art

1 Like

1 Like
88                     88                      88
88                     88                      88
88                     88                      88
88,dPPYba,  ,adPPYYba, 88,dPPYba,  8b       d8 88  ,adPPYba,  8b,dPPYba,
88P'    "8a ""     `Y8 88P'    "8a `8b     d8' 88 a8"     "8a 88P'   `"8a
88       d8 ,adPPPPP88 88       d8  `8b   d8'  88 8b       d8 88       88
88b,   ,a8" 88,    ,88 88b,   ,a8"   `8b,d8'   88 "8a,   ,a8" 88       88
8Y"Ybbd8"'  `"8bbdP"Y8 8Y"Ybbd8"'      Y88'    88  `"YbbdP"'  88       88
                                       d8'
                                      d8'

You are an archeologist that've just uncovered a secret tomb in ancient Babylon.
To open it you should pass an exam of ancient mathemathitians:

The are three numbers in a code
And they add-up to: 6
While thir product is: -140

Please, enter your guess of three numbers, each esparated by at least one space:

2 Likes

1 Like

2 Likes

It’s kind of silly but I went with the theme of Splinter cell game for the project.

1 Like
#include <iostream>

void PrintIntroduction()
{
    //print the welcome and intro message to tripleX game
    std::cout << "____________  __________  _______    __________  ___             __________  (|)         (|)         \n";
    std::cout << "|__=====___/  [=========)   [=]      [========]  [=]             [========]   ( )       ( )         \n";
    std::cout << "   [===]      [==[__]===)   [=]      [==[__]==]  [=]             [========]    ( )     ( )           \n";
    std::cout << "   [===]      [=====____)   [=]      [========]  [=]             [==]           ) (__)  (           \n";
    std::cout << "   [===]      [=]^ (        [=]      [=]______]  [=]             [========]     |   ==  |          \n";
    std::cout << "   [===]      [=] ^ ^       [=]      [=]         [=]             [========]     |   __  |         \n";
    std::cout << "   [===]      [=]  ^ ^      [=]      [=]         [=]             [==]           |  (  ) |          \n";
    std::cout << "   )===(_     )=(   ^ ^__   [=]      )=(         [=(__________   [========]    /   |  | |__        \n";
    std::cout << "  /______|   /___|   ^__/ __[=]__   /___|        (============)  [========]   /____|  |____|         \n\n";
    std::cout << "                                                                                                        \n";
    std::cout << "    __________________________________________________________________________________________________      \n";
    std::cout << "   (010010101                      ________________________________0100                               )      \n";
    std::cout << "   |  010010010                    0                              0  010010                           |    \n";
    std::cout << "   |    01001011                  0                                0    010010                        |   \n";
    std::cout << "   |       01001010              0                                  0      010010                     |    \n";
    std::cout << "   |          01001010          0                                    0        01001110                |   \n";
    std::cout << "   |             0100101001010 0                                      0        0100101010101010011    |    \n";
    std::cout << "   |__________________________0                                        0______________________________|           \n";
    std::cout << "HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN:: \n\n";
    std::cout << "you are a professional hacker breaking into sever \n";
    std::cout << "enter the correct pin to destroy the server \n";
    std::cout << "if you sucessfully destroy server you win \n";
    std::cout << "you receice reward of $1000 on every level......\n\n";![show|596x500](upload://AkuWRNZifbPqwtqB9VlASATBtCo.png) 

Resurrecting this forum.
I put the steven universe star for funsies using an image to ASCII converter that I googled.

1 Like

image

1 Like

image


:sweat_smile:

oh my god that is amazing

Okay… I am super ashamed at how long this took me to make…

I have so much more respect for ASCII artists now XD

1 Like

I had the same problem! try putting a second \ next to the red . They are counting them as escape sequences and subtracting them from your design!

Privacy & Terms