go-tui

Une TUI pour jouer au go - retour accueil

git clone git://bebou.netlib.re/go-tui

Log | Files | Refs |

commit 11389e954bed5f130ab584e6f19b27540a344e05
parent 39a58490892ec610264273d6fb6450d4d6b3ecbe
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Tue, 15 Jul 2025 19:27:12 +0200

On commence par noir

Diffstat:
Mgotui.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gotui.c b/gotui.c @@ -74,7 +74,7 @@ int main(int argc, char **argv) { struct tb_event ev; struct stone stone_list[100]; int stone_count=0; - int color;color=0; + int color;color=BLACK; while(1) { tb_clear();