Skip to content

achedeuzot/zzz-go-gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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