Main Page | Class Hierarchy | Class List | File List | Class Members

AIPlayer Class Reference

AI player class. More...

#include <player.h>

Inheritance diagram for AIPlayer:

Inheritance graph
[legend]
Collaboration diagram for AIPlayer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AIPlayer (unsigned char no)
 Standard construcotr for AIPlayer class.

virtual void getMove (int *x, int *y, Grid &grid)
 Returns computer move.


Detailed Description

AI player class.

This class represents interface for computer player input.


Constructor & Destructor Documentation

AIPlayer::AIPlayer unsigned char  no  ) 
 

Standard construcotr for AIPlayer class.

Parameters:
no The nubmer of player.

Here is the call graph for this function:


Member Function Documentation

void AIPlayer::getMove int *  x,
int *  y,
Grid grid
[virtual]
 

Returns computer move.

Parameters:
x The x position of player move.
y The y position of player move.
grid The grid data.

Implements Player.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Fri May 14 02:44:25 2004 for Reversi by doxygen 1.3.7