Skip to content
  • Antoine Mottier's avatar
    Make sure that score is an int between 1 and 9 included · 2848d57a
    Antoine Mottier authored
    - Score can be between 0 and 5 (double) included when being processed.
    - We want a result between 1 and 9 so we multiply by 2, truncate the result to an int and bump it to 1 if value is 0 or lower it to 9 fi value is 10.
    - Update .gitignore to exclude Maven release plugin files and Dolphin file browser hidden files.
    2848d57a