Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 12 years ago)
- Default Branch: simplified
- Last Pushed: 2014-12-04T11:58:43.000Z (about 10 years ago)
- Last Synced: 2024-12-18T21:36:12.235Z (23 days 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.