laihaotao/COMP354

prize card amount incorrect

Closed this issue · 1 comments

The prize card amount should be initialized as 6, which is 7 now.

Please check the rule here

Please check out and run the test case

This has been fixed. A for loop in player was doing 0 through 6 instead of 0 through 5, which was putting one card too many in the prize cards.