Game design : Making computer play

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Mon Apr 14 03:26:05 EDT 2008


On Mon, 14 Apr 2008 00:13:56 -0700, v4vijayakumar wrote:

> In computer based, two player, board games, how to make computer play?
> Are there any formal ways to _teach_ computer, to choose best possible
> move?

That depends on the type of the game.  For a certain class of games one
can use the `minimax method`_ for instance.

.. _minimax method: http://en.wikipedia.org/wiki/Minimax

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list