Author:
- Name: Don Dodson
Location: US - United States of America (United States)
To build:
make all
To use:
./dodsond1
Try:
At the prompt, try entering E3
.
Judges’ remarks:
The program plays the game that the layout of the source implies. The source, on the other hand, implies a language along the lines of Lisp. :-)
Author’s remarks:
For each turn, the board is displayed and the player is prompted for a move. Enter your move as an upper-case character followed by a number.
The program uses a single function for 4 different purposes – to determine if a valid move exists, to verify that a move is valid, to make a move, and to determine the value of a move.
Inventory for 1994/dodsond1
Primary files
- dodsond1.c - entry source code
- Makefile - entry Makefile
- dodsond1.orig.c - original source code
Secondary files
- 1994_dodsond1.tar.bz2 - download entry tarball
- README.md - markdown source for this web page
- .entry.json - entry summary and manifest in JSON
- .gitignore - list of files that should not be committed under git
- .path - directory path from top level directory
- index.html - this web page