This repository has been archived on 2022-12-21. You can view files and clone it, but cannot push or open issues or pull requests.
sdm03/README.md

22 lines
401 B
Markdown
Raw Normal View History

2022-11-11 22:12:53 +00:00
# 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
2022-11-16 16:18:19 +00:00
mvn exec:java
```
This command will load the `sampleGame.xml` XML game spec.