Skip to content
Snippets Groups Projects
  • dario.genga's avatar
    8016548c
    Refactor the code · 8016548c
    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.
    8016548c
    History
    Refactor the code
    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.