[UNMAINTAINED] Heritage Equals Retro Interpreting Text Adventure Game Engine. HERITAGE is a text adventure file format and game engine.

Sylvie 8d462abbae Try upgrading peer to the latest version (0.3.14 GitHub release) преди 10 години
example 8666038b2a Save games locally to allow replaying after multiplayer match преди 10 години
COPYING e40b3c9704 Text adventure games never died преди 10 години
README.md d81cc5c9f7 Update README преди 10 години
engine.js 6ac28ce0b5 Add a big list of stun and a few turn servers преди 10 години
index.html b0235e1d91 Add log animations and simple exponential backoff for broker преди 10 години
jquery-1.11.1.js beab0d98d2 Include unminified jQuery for source completeness преди 10 години
jquery-1.11.1.min.js e40b3c9704 Text adventure games never died преди 10 години
peer.js 8d462abbae Try upgrading peer to the latest version (0.3.14 GitHub release) преди 10 години
style.css 22821e5b0e Don't colour visited links преди 10 години

README.md

HERITAGE

Heritage Equals Retro Interpreting Text Adventure Game Engine

What is HERITAGE?

HERITAGE is a text adventure game engine, written in Javascript, capable of interpreting .heritage files.

.heritage files, also known as: HERITAGE Game Files, are files written in the HERITAGE file format. These files are fairly simple, yet powerful, markup files, written in a format specially tailored for the text adventure game genre. It is designed to be easy to use, yet powerful enough to make serious text adventure games in.

For an example, please look at the example directory. Documentation on how to write a text adventure game for HERITAGE is available on Read The Docs

LICENSE

HERITAGE is released under the GNU GPLv3+. Alternatively, some files are available under another license. These are:

  • jquery-1.11.1(.min).js (available under the MIT license)
  • index.html (available under the CC0 license)
  • style.css (available under the CC0 license)
  • README (available under the CC0 license)
  • example/* (available under the CC0 license)

The file COPYING is Copyright (C) 2007 Free Software Foundation, Inc.