Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 347 Bytes

tictactoe

Usage of ./tictactoe:
  -a	show computer analysis (default true)
  -c	computer starts (default true)
  -d int
    	AI depth (-1 for best play) (default 5)
  -l	show one board at a time (clear screen) (default true)
  -n int
    	number of players (default 1)
  -s duration
    	simulate thinking by "sleeping" (default 500ms)