hborawski / DominionCompanion

Companion app for card game Dominion
GNU General Public License v3.0
1 stars 1 forks source link

Black market #28

Closed hborawski closed 3 years ago

hborawski commented 3 years ago

Resolves #14

Implements a black market deck simulator, where you can go through a virtual deck of black market cards, and mark cards as purchased

settings for deck size, and the option to shuffle the discarded cards (like dominion online does)

https://user-images.githubusercontent.com/1325154/122625361-a4c56a00-d059-11eb-8a13-d3604653cd85.mov

codecov-commenter commented 3 years ago

Codecov Report

Merging #28 (47a1ff2) into main (8c8acfb) will increase coverage by 0.36%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   85.90%   86.26%   +0.36%     
==========================================
  Files          15       16       +1     
  Lines         752      772      +20     
==========================================
+ Hits          646      666      +20     
  Misses        106      106              
Impacted Files Coverage Δ
DominionCompanion/utilities/Settings.swift 88.57% <ø> (ø)
...ionCompanion/viewModels/BlackMarketSimulator.swift 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8c8acfb...47a1ff2. Read the comment docs.