-
dario.genga authored
- Created the search_optimal_action method to avoid duplicated code in the smart_play method. - Added a print_help method to help the user when using the program. - Simplified the main.c file in order to use only one method when playing instead of three. - Added some comments. - Performed various small adjustement for more code clarity.
dario.genga authored- Created the search_optimal_action method to avoid duplicated code in the smart_play method. - Added a print_help method to help the user when using the program. - Simplified the main.c file in order to use only one method when playing instead of three. - Added some comments. - Performed various small adjustement for more code clarity.