#include <player.h>
Inheritance diagram for AIPlayer:


Public Member Functions | |
| AIPlayer (unsigned char no) | |
| Standard construcotr for AIPlayer class. | |
| virtual void | getMove (int *x, int *y, Grid &grid) |
| Returns computer move. | |
This class represents interface for computer player input.
|
|
Standard construcotr for AIPlayer class.
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Returns computer move.
Implements Player. Here is the call graph for this function: ![]() |
1.3.7