[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.