Added license and README.txt.

This commit is contained in:
Woody Folsom
2012-05-02 08:30:14 -04:00
parent 3ba0db6ebd
commit b8d9480ae7
2 changed files with 23 additions and 0 deletions

16
README.TXT Normal file
View File

@@ -0,0 +1,16 @@
MatchAttack! Instructions
---------------------------
Unzip the attached archive 'CS8803_P4.zip' and change to the new directory.
To build MatchAttack!: run 'ant clean' then 'ant' in this directory.
To run MatchAttack!: change to the 'dist' directory, then run java -jar CS8803_P4.jar
For full instructions, see writeup/CS8803_P4.PDF.
For assistance, please contact Woody Folsom <woody.folsom@gatech.edu> or Marshall Gillson <mgillson1@gmail.com>.
NOTICE
------
Unless otherwise attributed, code in the 'aima' package is (c) Ciaran O'Reilly and Ravi Mohan. It is used under the MIT license. See LICENSE.TXT for more information. Note that this is the actual license referenced by the project site, with placeholders for date and author names.