jinc0930 / Clue

A game
2 stars 0 forks source link

Pool of hints data structure #20

Closed kevintakeda closed 2 years ago

kevintakeda commented 2 years ago

We need 8 hints for each thing (item/char/room). 8 and not 9 because the answers is out of the pool.

  1. In the random generation process, we must be able to take max 2 times same hint on the pool but not more than that.
  2. We must keep track of the remaining hints that was not taken yet
kevintakeda commented 2 years ago

Some work already done here https://github.com/jinc0930/Clue/commit/0d538fdb0554311a82dce5fefc23fe7f11e4d90d Not tested yet. Still work in progress.. Feel free to collaborate