lib/ai: introduce the ai library with `backtrack` as the first module
authorJean Privat <jean@pryen.org>
Tue, 5 Aug 2014 02:31:05 +0000 (22:31 -0400)
committerJean Privat <jean@pryen.org>
Mon, 11 Aug 2014 17:59:36 +0000 (13:59 -0400)
commit43b110da7af0075c2a8a869d75d603ded60b9e8f
treec7169f50022054904beee5162df9c37e570c14de
parentae807dd119b501be5f2911bbdd7fa7e0c7616f38
lib/ai: introduce the ai library with `backtrack` as the first module

For information, the logic is extracted from the solver of friendz.

Signed-off-by: Jean Privat <jean@pryen.org>
lib/ai/README.md [new file with mode: 0644]
lib/ai/ai.nit [new file with mode: 0644]
lib/ai/backtrack.nit [new file with mode: 0644]