From 37a7b8bd1153e90af084d8673fae82226b21b143 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 22 Jul 2011 16:21:09 +0200 Subject: [PATCH] HACKING: Fix up info on tactical library --- HACKING | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HACKING b/HACKING index 63cfca8..22262c8 100644 --- a/HACKING +++ b/HACKING @@ -12,9 +12,9 @@ Basic architecture Pachi consists of the following components: - +------+ +--------+ +---------+ - | core | -- | engine | -- | playout | - +------+ +--------+ +---------+ + +------+ +--------+ +---------+ +------------------+ + | core | -- | engine | -- | playout | -- | tactical library | + +------+ +--------+ +---------+ +------------------+ | | +-------------+ | aux library | @@ -46,7 +46,7 @@ Pachi consists of the following components: * "tactical library" provides extended interfaces for the go board, most important non-trivial tactical information - util.[ch] the universal catch-all for extended board interfaces + tactics/ * "engine" receives notifications about opponent moves and is asked to generate a move to play on given board -- 2.11.4.GIT