Escribí este código C hace unos meses.
/ * Especial Día de San Valentín
“Te amo”
Hecho por: Shivam Shekhar
* /
#include
#include
#incluir
int main ()
{
int xyzknc [12] [21] =
{
{0,0,3,3,3,3,0,0,0,0,0,0,0,0,0,3,3,3,3,0,0},
{0,3,3,3,3,3,3,3,0,0,0,0,0,3,3,3,3,3,3,3,0},
{3,3,3,3,3,3,3,3,3,0,00,0,3,3,3,3,3,3,3,3,3},
{3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3},
{0,3,3,3,3,3,3,3,3,3,3,33,3,3,3,3,3,3,3,3,3,0},
{0,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0},
{0,0,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,0},
{0,0,0,0,0,3,3,3,3,3,3,3,3,3,3,3,3,0,0,0,0,0},
{0,0,0,0,0,0,3,3,3,3,3,3,3,3,3,3,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,3,3,03,3,3,3,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,3,03,3,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,03,0,0,0,0,0,0,0,0,0,0},
}, e = 0, i, j;
COORDEN a = {20,5}, b = {50,10}, d, f = {0,0};
MANEJA EN, FUERA;
Información DWORD;
CONSOLE_SCREEN_BUFFER_INFO scrinfo;
INPUT_RECORD inp;
GetConsoleScreenBufferInfo (out, & scrinfo);
SetConsoleTextAttribute (GetStdHandle (STD_OUTPUT_HANDLE), FOREGROUND_RED | FOREGROUND_INTENSITY);
in = GetStdHandle (STD_INPUT_HANDLE);
out = GetStdHandle (STD_OUTPUT_HANDLE);
srand (tiempo (NULL));
dX = 24;
dY = 8;
SetConsoleCursorPosition (out, d);
printf (“% c”, 3);
mientras (1)
{
SetConsoleMode (en, ENABLE_MOUSE_INPUT | ENABLE_PROCESSED_INPUT);
ReadConsoleInput (in, & inp, 1, & info);
if (inp.EventType == MOUSE_EVENT)
{
if (inp.Event.MouseEvent.dwButtonState == FROM_LEFT_1ST_BUTTON_PRESSED)
{
if (inp.Event.MouseEvent.dwMousePosition.X == dX && inp.Event.MouseEvent.dwMousePosition.Y == dY)
{
SetConsoleCursorPosition (out, d);
printf (“”);
dX = rand ()% 80;
dY = rand ()% 24;
SetConsoleCursorPosition (out, d);
printf (“% c”, 3);
e ++;
}
}
}
si (e == 5)
descanso;
}
sistema (“cls”);
para (i = 0; i <12; i ++)
{
SetConsoleCursorPosition (out, a);
para (j = 0; j <21; j ++)
{
printf (“% c”, xyzknc [i] [j]);
}
printf (“\ n”);
Dormir (150);
a.Y ++;
}
SetConsoleCursorPosition (out, b);
printf (“te amo!”);
getch ();
SetConsoleCursorPosition (out, f);
devuelve 0;
}
Y la salida:

Si sigues haciendo clic en el pequeño corazón. Esto va a pasar.
