Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 330 Bytes

NemoTablut

Build

gcc ./NemoTablut/*.c -o Nemo -mcmodel=medium -O3 -pthread -w

Execution

./Nemo <color> <seconds> <threads>
  • color: black/white
  • seconds: number of seconds given to compute the next move (default: 60 seconds)
  • threads: number of threads (default: 2)