MAN PAGES // WEEK 33
CAPSTONE: COMPUTER, WIN, SAVE · Ch 13 Sec 10-12 · six terms · write your own usage line under each
$ man AI_TURN
the computer choosing its shot by rule
$ man RANDOM_CHOICE
the simplest computer strategy: legal and random
$ man WIN_CONDITION
a state rule: all of one fleet's cells hit
$ man GAME_OVER
the state that stops further turns
$ man SERIALIZATION
turning state into a string to store it
$ man LOCALSTORAGE
the browser's small key-value store for persistence