Skip to content

yuhonghong66/2048_ai

 
 

Repository files navigation

2048_ai

for comp3211 final project, hkust, 2017fall

TO RUN:

  1. To play the game:
    $ python run.py

  2. To let AI play for you:
    random move:
    $ python run.py -rand
    tree search:
    $ python run.py -nsteplookahead
    expectimax:
    $ python run.py -expectimax

    to change the depth of search, please modify the function argument in game.py, loop()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 97.8%
  • Makefile 2.2%