https://github.com/cdlm/kata-adventure
A simple text-mode adventure game, as an OO design & Java programming exercise.
https://github.com/cdlm/kata-adventure
Last synced: about 1 year ago
JSON representation
A simple text-mode adventure game, as an OO design & Java programming exercise.
- Host: GitHub
- URL: https://github.com/cdlm/kata-adventure
- Owner: cdlm
- Created: 2012-10-21T01:43:38.000Z (over 13 years ago)
- Default Branch: simplified
- Last Pushed: 2014-12-04T11:58:43.000Z (over 11 years ago)
- Last Synced: 2025-02-11T11:51:21.502Z (over 1 year ago)
- Language: Java
- Size: 254 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Java kata: text adventure / labyrinth
A simple [text adventure / interactive fiction][if] game, as a Java programming and OO design exercise.
This version was inspired from the _Zuul_ game discussed in chapter 7 of the [BlueJ book][bluej].
[if]: http://en.wikipedia.org/wiki/Interactive_fiction
[bluej]: http://www.bluej.org/help/textbook.html
### License

This work by Damien Pollet is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.