Trabajando en la clase screen

This commit is contained in:
2022-08-11 18:39:56 +02:00
parent 09ad78b02e
commit 89a43b3529
8 changed files with 180 additions and 71 deletions

View File

@@ -19,6 +19,8 @@ Repres un 14 de febrer de 2021
int main(int argc, char *args[])
{
printf("Booting up the game...\n");
// Inicia el generador de numeros aleatorios
srand(time(nullptr));