Week 4 Project: Adversarial Search and Games ACADEMIC HONESTY
As usual, the standard honor code and academic honesty policy applies. We will be using automated plagiarism detection software to ensure that only original work is given credit. Submissions isomorphic to (1) those that exist anywhere online, (2) those submitted by your classmates, or (3) those submitted by students in prior semesters, will be detected and considered plagiarism.
INSTRUCTIONS
In this assignment you will create an agent to intelligently play the 2048-puzzle game,
using more advanced techniques to probe the search space than the simple methods
used in the previous assignment. If you have not played the game before, you may do
so at gabrielecirulli.github.io/2048 to get a sense of how the game works. You will
implement an adversarial search algorithm that plays the game intelligently, perhaps
much more so than playing by hand.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |