Skip to content

mcampestri/NemoTablut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published