AI is used in games by providing computer brains with programming done by programmers. For example, Deep Blue defeated chess grandmaster Gary Kasparov and Watson competed successfully on Jeopardy. Internally, computers use brute force to recognize thousands of moves per second and choose the best move to maximize its rating using algorithms like minimax, alpha-beta pruning, and transposition tables.
1 of 1
Download to read offline
More Related Content
AI of games abstract
1. ABSTRACT
TOPIC :-HOWAIUSEDINGAMES?
SUBMITTED BY:-GAURA V SHARMA SUBMITTED TO:-HOD IT
AND NEHA AGGR WAL
we all play games and see that the computer have equal mind set as that of the human player and surprise to think how the computer
got the mind to think.
Actually the brain of computer is provided with the help
of programming which is done by the programmers .
Ex:-
1)deep blue(computer) of the IBM wins against the grand master of chess Gary Kasparov.
2)WATSON (computer at the jeopardy).
How the computer plays the game?
Actually internally it uses brute force which recognise
thousands of the moves in a second and place the best move by which computer scores the maximum rating principal.
It uses various algorithm
1)Minimax.
2) Alpha-beta purning.
3)Transposition table.