The remainder of this course will concentrate on the game of Awari. In this assignment, I will ask you to write an Awari move generator and referee: a program that, given a state, emits
States will be represented on input and output in the following format (one datum per line):
The rules variant to be used is the Mind Sports Olympiad one. Make sure to test your code against the various special cases of the rules. Also make sure to keep the actual move generator and referee modular, so that you can reuse them in your larger Awari program.
Homework should be submitted by e-mail to <cs510games@cs.pdx.edu>. The words "cs510games hw4" should appear somewhere in the subject line. The homework submission should be a MIME message containing your source code, a writeup in ASCII answering all questions posed by the assignment, and the results of program runs. Please follow all accepted coding and software engineering practices for your programming language. Remember, if I can't understand your submission, I can't give you credit for it.
I'd like you to do this assignment by yourself. If you do work with anyone else, you must credit them in your submission.