Home

Awesome

zorkClone Build Status

This project aims to reimplement the good old nerdy game Zork, parts I, II and III in java.

This is not a wrapper, it's a reimplementation with

Note: This project has just started so nothing works right now and no downloads are offered at this stage.

Download

As this project just started, we do not offer any official downloads yet. If you want to try a cutting edge version of the code (still very buggy), you can do the following:

  1. Download the FOKLauncher (GitHubRepo|Download)
  2. Download those two files.
  3. Open the FOKLauncher and drag the two files into the FOKLauncher-Window
  4. Make sure to check the "Enable Snapshot Builds"-Checkbox or else you will get plenty of errors
  5. Select Zork (the game) or the game editor and enjoy using a completely buggy software :)

While you are waiting for a official release, you might want to try the original version.

Compile

If you wish to compile the project, just clone the repo and run mvn package (Maven required)

I am a nerd, I want to contribute

I am glad to know that I am not the only nerd around here so let me know via eMail and I'll happily add you to the team. Feel free to file issues, fork or submit PRs.

The roadmap progress

Docs

Maven Site, JavaDoc

Contributing

Contributions of any kind are very welcome. Just fork and submit a Pull Request and we will be happy to merge. Just keep in mind that we use Issue driven development.