Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 415 Bytes

go-gomoku

Gomoku school project

TODO

  • Split the code (Server & Clients)
  • Add timer for players (one global & one for current turn)
  • Move-suggestion for human player
  • Display draw (if it can happen)
  • Add zen music
  • Improve AI by finding good weight for each heuristic calculations
  • Display turns counter
  • abNegamax with memory
  • Hash of the board