In this assignment you will experiment with simple game agents and also the Minimax algorithm

Updates:

  • 1397/08/11: Fix a little typo.

Setup

Note: This assignment is using Python 2.7, please make sure you have it installed on your system. This assignment also need python Tkinter package, it is included in every python installation by default. however if you get error on Tkinter installation try this:

sudo apt install python-tk

Follow the pdf document for the rest of the assignment.

Submission

After you’re ready to submit your work, Please follow these steps:

  1. Scan your written answers.
  2. Put the scanned documents in the assignment folder (scanned document should be in pdf, png or jpg format).
  3. Make sure your current directory is assignment folder. Run the following command and Substitute <student_id> with your student ID (e.x: 95529876)
    python make_submission.py <student_id>
    
  4. Grab asg03_<student_id>.zip, Compose an email to iust.ai1397+asg03@gmail.com, Put the zip file in attachments and Use assignment_03 as title.

Note: make_submission.py automatically packs the required python file(s) and also your written answers. Please do not attach another document just for your written answers.

If you don’t follow the protocol, Unfortunately we are not able to get your submission thus you will NOT earn any scores.