ThoughtOverflow/SnailReloaded

Score calculation enhancement

bence056 opened this issue · 0 comments

PlayerScore = 25-PlayerDeathCount*5+PlayerKillCount*30+PlayerAssistCount*15+(PlayerPlantCount+PlayerDefuseCount)*10;

  • Maybe add parameters in the GameMode / GameState which can alter the score calculation for easier adjustment?