# GoGame
A computer game based on java, designed for beginners to get familiar with and play the game of Go; realized all the rules of Go with basic artificial intelligence; Adopted Monte-Carlo method and min-max method
/GoGame
The integral code for the Go game.
For the personal computer, the AI need more than ten minutes to calculat its next set.
/without MiniMax
The code for testing.
The AI do not have MiniMax algorithm. It only need 3 secounds to calculat its next set. But the sets nearly random.
Abstract
Go is one of the most famous board game in the world. With a history of more than 4000 years, Go is a decent board game originated in ancient China. Although Go game has a long history, computer Go has not yet been developed more than 100 years. The AI of computer Go game has fast developed in recent years but not enough. The best Go programmes are ranked only as 2 – 5 dan today. The AI of computer Go beat the best Go player has long way to go.
The aim of this project is made 0基础java速成大法 a 9x9 computer Go game which has an AI that can satisfy most of the beginners of Go game. The difficulties of this project are to achieve the rules of Go game on board and build up an artificial intelligence (AI).
版权声明:
本文来源网络,所有图片文章版权属于原作者,如有侵权,联系删除。
本文网址:https://www.bianchenghao6.com/h6javajc/25705.html