Skip to content
/ Zork Public
forked from dtschust/Zork

Zork text based adventure game parser/player.

Notifications You must be signed in to change notification settings

Kolomona/Zork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###################
# 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

About

Zork text based adventure game parser/player.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Makefile 0.1%