This is a console implementation of the mathematical strategy game Nim, where you play against the computer.
The game board consists of counters arranged into columns. You take it in turns with the computer to remove as many counters as you like from a single column. The aim of the game is to remove the last counter.
For instructions on how to run this program see the INSTALL file.