Fixed NPE when the default player.txt does not exist. Fixed bug when requesting PowerUp component of invalid length. Change default lives to 1.

This commit is contained in:
Woody Folsom
2012-03-18 18:14:11 -04:00
parent 0619f95f33
commit 18643d17e4
8 changed files with 176 additions and 81 deletions

12
README.TXT Normal file
View File

@@ -0,0 +1,12 @@
Adaptive Mario Instructions
---------------------------
Unzip the attached archive 'CS8803_P3.zip' and change to the new directory.
To build Adaptive Mario: run 'ant clean' then 'ant' in this directory.
To run Adaptive Mario: change to the 'dist' directory, then run java -jar CS8803_P3.jar
For full instructions, see writeup/CS8803_P3.PDF.
For assistance, please contact Woody Folsom <woody.folsom@gatech.edu> or Marshall Gillson <mgillson1@gmail.com>.