24 lines
410 B
Text
24 lines
410 B
Text
|
###################
|
||
|
# To compile code #
|
||
|
###################
|
||
|
|
||
|
make all
|
||
|
|
||
|
###################
|
||
|
# To cleanup code #
|
||
|
###################
|
||
|
|
||
|
make clean
|
||
|
|
||
|
###################
|
||
|
# To execute code #
|
||
|
###################
|
||
|
|
||
|
java Zork [game xml]
|
||
|
|
||
|
######################
|
||
|
# Sample Walkthrough #
|
||
|
######################
|
||
|
(Example inputs can be found in RunThroughResults.txt as to how to beat the sample game)
|
||
|
java Zork sampleGame.xml
|