for comp3211 final project, hkust, 2017fall
-
To play the game:
$ python run.py -
To let AI play for you:
random move:
$ python run.py -rand
tree search:
$ python run.py -nsteplookahead
expectimax:
$ python run.py -expectimaxto change the depth of search, please modify the function argument in game.py, loop()