It depends on what precisely you mean... src/board/go.c is where the game holds logic ABOUT a go board (what it means to have dead stones, whether there is a ko in play, things like that.)
src/gui-gtk/gtk-goban.c is where it decides how to draw a board for the current game (not just go, despite the filename.) src/gui-gtk/gtk-goban-window.c is where it draws the main window, including the board, and where most of the gui interface logic is implemented. On Tue, 2010-02-16 at 14:23 -0500, Creatxr wrote: > could someone tell me in which file implement the "board of GO" > thanks. > > _______________________________________________ > Quarry-dev mailing list > [email protected] > https://mail.gna.org/listinfo/quarry-dev _______________________________________________ Quarry-dev mailing list [email protected] https://mail.gna.org/listinfo/quarry-dev
