All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
osl::game_playing::RandomPlayer Class Reference

合法手をランダムに指す More...

#include <computerPlayer.h>

Inheritance diagram for osl::game_playing::RandomPlayer:
Inheritance graph
[legend]
Collaboration diagram for osl::game_playing::RandomPlayer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

ComputerPlayerclone () const
 new したものを返す
 ~RandomPlayer ()
void pushMove (Move m)
void popMove ()
const MoveWithComment selectBestMove (const GameState &, int, int, int)

Detailed Description

合法手をランダムに指す

Definition at line 83 of file computerPlayer.h.


Constructor & Destructor Documentation

Definition at line 73 of file computerPlayer.cc.


Member Function Documentation

new したものを返す

Implements osl::game_playing::ComputerPlayer.

Definition at line 86 of file computerPlayer.h.

Implements osl::game_playing::ComputerPlayer.

Definition at line 82 of file computerPlayer.cc.

Implements osl::game_playing::ComputerPlayer.

Definition at line 78 of file computerPlayer.cc.

const osl::search::MoveWithComment osl::game_playing::RandomPlayer::selectBestMove ( const GameState ,
int  seconds,
int  elapsed,
int  byoyomi 
) [virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines