git: games: Bring in gomoku(6) from NetBSD
Aaron LI
aly at crater.dragonflybsd.org
Sun Feb 21 00:18:27 PST 2021
commit 00b5bfed606f09b3980f2138f99c802b608cb5a5
Author: Aaron LI <aly at aaronly.me>
Date: Sat Feb 20 18:37:34 2021 +0800
games: Bring in gomoku(6) from NetBSD
gomoku is a two player game where the object is to get 5 in a row
horizontally, vertically or diagonally on a 19 by 19 grid.
Summary of changes:
games/Makefile | 1 +
games/gomoku/Makefile | 9 +
games/gomoku/bdinit.c | 247 ++++++++
games/gomoku/bdisp.c | 459 +++++++++++++++
games/gomoku/gomoku.6 | 120 ++++
games/gomoku/gomoku.h | 294 ++++++++++
games/gomoku/main.c | 568 ++++++++++++++++++
games/gomoku/makemove.c | 300 ++++++++++
games/gomoku/pickmove.c | 1492 +++++++++++++++++++++++++++++++++++++++++++++++
games/gomoku/stoc.c | 106 ++++
10 files changed, 3596 insertions(+)
create mode 100644 games/gomoku/Makefile
create mode 100644 games/gomoku/bdinit.c
create mode 100644 games/gomoku/bdisp.c
create mode 100644 games/gomoku/gomoku.6
create mode 100644 games/gomoku/gomoku.h
create mode 100644 games/gomoku/main.c
create mode 100644 games/gomoku/makemove.c
create mode 100644 games/gomoku/pickmove.c
create mode 100644 games/gomoku/stoc.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/00b5bfed606f09b3980f2138f99c802b608cb5a5
--
DragonFly BSD source repository
More information about the Commits
mailing list