Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duo-Othello-Game

This is a 12x12 Duo Othello Chess Game Implemented by Python with alpha-beta prune minimax. 这是一个12x12棋盘的黑白棋游戏的实现(注意棋盘初始化子数为8),基于alpha-beta剪枝的Minimax。

The implementation includes two modes: player vs AI and AI vs AI. Players can choose between playing as black (X) or white (O). 实现内容包括玩家与ai对弈以及ai与ai对弈两种模式,玩家可以选择黑子X和白子O, 在控制台进行游玩

Initial board/棋盘初始如下:

abcdefghijkl

1............

2............

3..XO........

4..OX........

5............

6............

7............

8............

9........XO..

10........OX..

11............

12............

Note:

input.txt: Initial state of the board/棋盘初始化状态

playdata.txt: Weight of the board/棋盘权重

Finalboard.txt: Final state of the board/终局状态

About

12x12 Duo Othello Chess Game Implemented by Python with alpha-beta prune minimax.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages