tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

Towards a (more) functional scoring board #653

Closed EvoLandEco closed 1 year ago

EvoLandEco commented 1 year ago

dependent #643

In this PR I will try to work towards a functional scoring board, and I think a event_type class would be a major step, please share your ideas on this, especially if you think this is not a good way

codecov-commenter commented 1 year ago

Codecov Report

Merging #653 (d81e8a0) into develop (239a416) will decrease coverage by 2.10%. The diff coverage is 81.63%.

@@             Coverage Diff             @@
##           develop     #653      +/-   ##
===========================================
- Coverage    87.81%   85.71%   -2.11%     
===========================================
  Files           50       50              
  Lines         2323     2380      +57     
  Branches       172      172              
===========================================
  Hits          2040     2040              
- Misses         283      340      +57     
Impacted Files Coverage Δ
src/about.cpp 75.00% <ø> (ø)
src/coordinate.cpp 100.00% <ø> (ø)
src/coordinate.h 100.00% <ø> (ø)
src/food_state.cpp 85.71% <ø> (ø)
src/game.cpp 97.96% <ø> (ø)
src/game.h 100.00% <ø> (ø)
src/game_functions.cpp 87.37% <ø> (ø)
src/game_resources.cpp 0.00% <0.00%> (ø)
src/game_resources.h 0.00% <ø> (ø)
src/key_action_map.cpp 78.19% <ø> (ø)
... and 40 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

EvoLandEco commented 1 year ago

This PR is done, will do the rest later, to not make it too big for a PR