Due Tuesday March 11, 11:30pm. Huskies must be submitted by Thursday March 13, 8:00pm to be entered in tournament.
No submissions accepted after Saturday March 15, 11:30pm.
CritterMain.java (the main simulator and program that you must run) MiniMain.java (a smaller client program you can run to do basic testing) Critter.java (the default definition of a critter animal that you must extend) Stone.java (an example animal that isn't very exciting) a8.zip (all of the files above in one zip file)
NOTE: default fonts will vary from operating system to operating system. The DrawingPanel compare to web feature includes output for OS X and Windows. Zip of Linux output.
Because the program is random, it's hard to match our expected output exactly. But you should match the exact format shown. See the HW5 FAQ link below to learn possible ways to exactly match our output.
These provided tests do not test every possible case. You should perform your own testing with other input values to make sure that your program works correctly.