Import of gomoku from 4.4BSD Lite2. Uses ocurses.
authordownsj <downsj@openbsd.org>
Mon, 16 Dec 1996 06:56:07 +0000 (06:56 +0000)
committerdownsj <downsj@openbsd.org>
Mon, 16 Dec 1996 06:56:07 +0000 (06:56 +0000)
commit02e921727a5f9fee1d5d8beae4dfa197b976f86e
treeeded6e218ae4e980b738ee1bed3b33ce8a24a8b4
parentd1789af5a9737e0b4403675352171485ccf6f552
Import of gomoku from 4.4BSD Lite2.  Uses ocurses.
games/gomoku/Makefile [new file with mode: 0644]
games/gomoku/bdinit.c [new file with mode: 0644]
games/gomoku/bdisp.c [new file with mode: 0644]
games/gomoku/gomoku.6 [new file with mode: 0644]
games/gomoku/gomoku.h [new file with mode: 0644]
games/gomoku/main.c [new file with mode: 0644]
games/gomoku/makemove.c [new file with mode: 0644]
games/gomoku/pickmove.c [new file with mode: 0644]
games/gomoku/stoc.c [new file with mode: 0644]