Version 2, last updated by lorg at June 05, 2008 19:30 UTC

PyKoan - the logical game

In PyKoan, players need to guess a rule selected by a master (the computer). Rules are applied to lists of integers called koans. For example, under the rule "for each x holds x%2==0" the koan [0,2,6] is valid. Players try out koans against the unknown rule, and then try to guess the rule.

The game will also include a computer player which tries to guess the rule.

The game is published under the BSD license, and is developed by Imri Goldberg of algorithm.co.il.

If you want to join as a developer, please send an email to lorg an don at gmail com (remove the spaces).