Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 340 Bytes

File metadata and controls

11 lines (7 loc) · 340 Bytes

Comp560A2

This document contains the instructions for running each of our programs for A2.

#Hide and Seek To run Hide and Seek, use the jar entitled A2HideSeek.jar

-args[0] is the text file (representing forest) you wish to have our implementation run on.

Ex) java -jar A2HideSeek.jar sampleForest3.txt

#Part 2: Minimax and Alpha-Beta