Back to Search Start Over

Implementation of Alpha-Beta Pruning and Transposition Tables on Checkers Game

Authors :
Cristian C. Suancha
Marco J. Suarez
Felipe A. Besoain
Source :
IEEE Access, Vol 12, Pp 46636-46645 (2024)
Publication Year :
2024
Publisher :
IEEE, 2024.

Abstract

Checkers is a strategy game for two players on an $8\times 8$ square board. This document outlines the creation of a checkers game, employing alpha-beta pruning as a search algorithm and transposition tables to enable the game to learn from past play sessions. The utilization of these techniques enhances the game’s strategic decision-making process, contributing to an improved overall gaming experience. The execution time of the machine’s moves in games with and without using transposition tables showed that it is possible to make some games faster by using the data stored in the tables. However, under some conditions this can be more time-consuming than the search performed by the alpha-beta algorithm. A user survey resulted in positive outcomes, indicating a favorable user experience when using the implemented game with the transposition tables. Comparative analysis against other algorithms demonstrated the successful implementation of the approach. This research contributes to the field of game AI optimization by integrating alpha-beta pruning and transposition tables into a web-based checkers game. The implementation offers a balance between computational efficiency and user engagement in the web-based checkers game.

Details

Language :
English
ISSN :
21693536
Volume :
12
Database :
Directory of Open Access Journals
Journal :
IEEE Access
Publication Type :
Academic Journal
Accession number :
edsdoj.191d6f5d4fa84c4fa6ece3b2d7e4c514
Document Type :
article
Full Text :
https://doi.org/10.1109/ACCESS.2024.3381958