当前位置:网站首页 > Java基础 > 正文

0基础java速成大法

# 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).

版权声明


相关文章:

  • java零基础学习网课2024-10-19 23:42:01
  • java基础案例3-42024-10-19 23:42:01
  • 甲骨文java基础2024-10-19 23:42:01
  • java基础实战项目2024-10-19 23:42:01
  • 有java基础 学c2024-10-19 23:42:01
  • java基础的多态试题2024-10-19 23:42:01
  • Java中几种基础数据类型2024-10-19 23:42:01
  • java基础入门黑马pdf2024-10-19 23:42:01
  • Java调用数据库基础2024-10-19 23:42:01
  • 前端用学java基础吗2024-10-19 23:42:01