Skip to content

Gomoku Game Project using AI algorithms with C++, C# and Boost.Asio.

Notifications You must be signed in to change notification settings

starrykss/CPP_GomokuGameProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP_Gomoku Game Project

[2020-08-01 ~ 2020-08-09] Gomoku Game Project with C++ and C#

프로그램 개발 환경

  • Language : C++, C#
  • OS : Microsoft Windows 10
  • IDE : Microsoft Visual Studio 2019 16.4

기능 설명

  • 혼자 하기 기능
  • 함께 하기 기능 (서버를 이용한 멀티 플레이)
  • 인공지능 연습 기능 (Alpha-Beta Prunning 알고리즘 적용)

프로그램 실행 방법

  • Visual Studio 에 Boost.Asio 라이브러리 연동
  • Gomoku Project\Debug 디렉터리에 있는 Server.exe 프로그램 실행
  • Gomoku Project\Client\bin\Release(or Release) 디렉터리에 있는 Client.exe 프로그램 실행

실행 화면

메뉴 화면

Gomoku Game 1

혼자하기 화면

Gomoku Game 2

함께하기 화면

Gomoku Game 3

인공지능 연습 화면

Gomoku Game 4

About

Gomoku Game Project using AI algorithms with C++, C# and Boost.Asio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published