/CS126Fall2019

Final Project

Primary LanguageC++

Shresta Bangaru | CS126 Final Project

Gomoku

Requirements

Game Instructions

Free-style Gomoku: First player to get at least 5 in a row on the 19x19 board wins. X (black) goes first. Program prompts user to enter a name, select piece, and load existing game.

Game options

  • Reset: clear game
  • Save game: Save to local json file to be read later

Implementation

Front-end uses openFrameworks. Back-end is C++. AI player uses Minimax algorithm.