Skip to content

ypjun100/gomoku-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gomoku AI

오목은 한 줄로 5개 이상의 돌을 먼저 놓는 사람이 승리하는 게임입니다. 본 프로젝트에서는 Minimax 알고리즘을 기반하여 오목 AI를 제작하였습니다. 알고리즘은 Swift로 작성되었으며, iOS 앱을 통해 실행 가능합니다.

  • 플레이어의 선공 / 후공 여부를 정할 수 있습니다.
  • 알고리즘에서는 현재 상태를 기준으로 두 수 앞까지 계산합니다.

Reference

gomoku-ai-minimax https://github.com/canberkakcali/gomoku-ai-minimax

About

Minimax 알고리즘을 이용한 오목 AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages