DLzer / Zork

ZORK! Javascript style.
https://dlzer.dev/projects/zork
MIT License
22 stars 8 forks source link

Zork

Enter the world of interactive fiction, javascript style.

Zork Image

Origins Of Zork

Zork is one of the earliest interactive fiction computer games. Originally written around 1977 it used the MDL Programming Language on a PDP-10 Computer. Since then programming has come a long way.

:hammer: Play Zork

Zork is currently in beta, but you can play it in your browser here: Beta Zork. There are a few minor bugs, and some rooms have yet to have been connected. But you can still travel around the map.

Alternatively, if you'd like to host your own version of Zork, you can! Get the project by cloning the repo, or grabbing a zip of the latest release. The build is intentionally not using packages to make it easy to drag and drop virtually anywhere that JS is supported.

:satellite: Abstract

I am by no means a Javascript developer, nor do I use Javascript on a daily basis. This project is primarily aimed at practicing Javascript, and for fun.

:mag_right: Layout

Being a non-compile project the layout is kept relatively simple.

Class Documentation

:wrench: Contributing

  1. Fork it
  2. Modify it
  3. Create your feature/fix branch (git checkout -b feature/SomeFeature)
  4. Commit your changes ( be descriptive )
  5. Push your branch
  6. Create a new Pull Request to have your branch reviewed

Anyone is free to fork, modify and create PR's. If you're only interested in playing the game, you can help contribute by creating issues for any bugs you find.