22 lines
No EOL
401 B
Markdown
22 lines
No EOL
401 B
Markdown
# Group7
|
|
|
|
Original and refactored sources for the https://github.com/dtschust/Zork Github
|
|
project.
|
|
|
|
# Building
|
|
|
|
Build the project with the command:
|
|
|
|
```shell
|
|
mvn clean package
|
|
```
|
|
|
|
# Executing
|
|
|
|
Example inputs can be found in RunThroughResults.txt as to how to beat the sample game. To run the sample game execute:
|
|
|
|
```shell
|
|
mvn exec:java
|
|
```
|
|
|
|
This command will load the `sampleGame.xml` XML game spec. |