I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing. Would you like to add more error handling for return values from functions like the following? - [sigaction](http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html) ⇒ [register_signal_handler](https://github.com/alexdantas/yetris/blob/a40c5f3dff5a88c653b2c78b5327e17f44d1ad46/src/engine.c#L362) - [fread](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fread.html) ⇒ [game_hscore_init](https://github.com/alexdantas/yetris/blob/a40c5f3dff5a88c653b2c78b5327e17f44d1ad46/src/game.c#L709)