Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 205 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 205 Bytes

gomoku-agent

Agent utilising Minimax Algorithm with Alpha-beta pruning to play Gomoku

To play the game:

  • clone the project

In terminal:

  • go to project directory
  • jacac *.java
  • java GomokuReferee