CastleLab / COMP3021-2020Fall-PA3-Student-Version

HKUST - COMP3021 - 2020Fall - Programming Assignment 3 - Student Version
https://course.cse.ust.hk/comp3021/
Apache License 2.0
1 stars 0 forks source link

Clarify critical region capacity #4

Closed Troublor closed 3 years ago

Troublor commented 3 years ago

It seems there is something ambiguous in the specification in terms of critical region. Capacity of critical region should be the maximum number of Knights of each player that can be allowed in the critical region. This is what professor stated in the document and how I implemented it. @ArabelaTso I modified the READEM. Please check if there are other places in specification and README which is unclear about this.

Closes #3