Gomoko © 1973 DEC [Digital Equipment Corp.]
An adaptation of the board game Gomoku. The player and computer take turns to place markers on a grid. The goal is to get five in a row. This implementation allows board sizes from 7x7 to the traditional 19x19 to accommodate for various screen sizes. The computer does not keep track of who won the game.
Published in July 1973 as a type-in program in the 101 BASIC Computer Games book.
Written by: Peter Sessions
Game's Code.