MINMAX[S] is a versatile class to be used for prgramming computer players for two player strategy games of an kind. Basically, you simply write you own, more specific class which should inherit from MINMAX[S]. Feature 'shallow' is the important deferred routine which must be implemented according to the actual game. The generic type S may describe the situation of the game at a give stage. Look at AINIWIE for an implementation.
The next release of NiwiE will contain some simple other examples in this directory.
