GAME DEVELOPED AS AN ACADEMIC ACTIVITY FOR THE DISCIPLINE DATA STRUCTURE 1 FOR THE FEDERAL RURAL UNIVERSITY OF RIO DE JANEIRO ( UFRRJ ).
Professor: UBIRATAM CARVALHO DE PAULA JUNIOR
Students: Pedro Oliveira da Luz ; Lucas Morais Pereira da Silva ; Felipe Rangel da Silva
Copyright (c) 2018 - Released under the MIT license.
To compile the game using the makefile, simply run the following command:
make
After executing the command, an executable with the name patience must be compiled in the project's root directory.
To compile the game using GCC, simply run the following command:
gcc main.c -o paciencia -O3 -w
After executing the command, an executable with the name patience must be compiled in the project's root directory.