Data Structures for Logic Games / Deduction Rules / Sufficient Set of Clues?

Posted by taserian on Game Development See other posts from Game Development or by taserian
Published on 2010-11-24T16:28:10Z Indexed on 2011/01/31 23:34 UTC
Read the original article Hit count: 330

Filed under:
|
|

I've been cogitating about developing a logic game similar to Einstein's Puzzle , which would have different sets of clues for every new game replay.

What data structures would you use to handle the different entities (pets, colors of houses, nationalities, etc.), deduction rules, etc. to guarantee that the clues you provide point to a unique solution?

I'm having a hard time thinking about how to get the deduction rules to play along with the possible clues; any insight would be appreciated.

© Game Development or respective owner

Related posts about logic

Related posts about data-structure