peter1591/hearthstone-ai

randomize hidden information in judger

Closed this issue · 1 comments

in UI module, we randomize hidden information by:

  1. (C#) log parser send board view in json
  2. UI module randomize hidden information

Similar, in judge module, we should also randomize hidden information as game flows
Currently, it returns the determined state only.

// TODO: should randomize hidden information from the board view

FIxed in aabaf3c