Readme


Dependencies :

  • ctype : For use the standard typing manipulation.

  • stdbool: To use the boolean with a better readibility.

  • stdio : For the standard IO output interactions.

  • stdlib.h : To use the standard c utils functions.

  • string.h : To work propery with strings.

  • time : To generate random numbers with the current time .

  • unistd : To use usleep() function.

Compilation : gcc -Wall main.c -o main