Giter Club home page Giter Club logo

text-adventure-engine's Introduction

Screenshot

Text Adventure Engine

Text-adventure-engine (also Innocent Hill Engine) is a simple web engine for easy-create (without developer knowledge) classic interactive text adventures with support for simultaneous players and realtime chat.

Based on Innocent Hill 28-december Emezeta blog adventures:

NOTE: This software is on stage development.

Features

  • Easy-create classic adventures for non-developer users (only editing JSON files)
  • Flat-file system for dummies (no need database, drivers and others)
  • Simple control for move player (north, south, east, west...) around map game
  • Simple control for look and take items
  • Save items on inventory and transparent-user actions
  • Allow inc/dec vars (score or counters)
  • Allow simple chat-logging multiplayer on separated rooms
  • Allow multiple game endings
  • Support for multilanguage
  • Full-Support for inventory (take & drop items)

Screenshot

To-do (planned)

  • Better coding (More POO and less spaguetti)
  • Control panel for install games
  • Monitoring users playing game
  • Easy Game-editor. Meanwhile, you can use a JSONEditor
  • Translate to other languages (language.json)
  • Support for conversation like SCUMM-games

Screenshot

Requeriments

  • Apache Web server
  • PHP 5.3 or later

Installation

  • Clone repo (or unzip) on your webserver
  • Go your website and enjoy!

More info on How play?

Create my own games

More info on wiki

Bug report and requests

  • Issues
  • Contact for email (manz+github at emezeta.com) with subject "Innocent Hill Engine"

Developer

License

The content of this project itself is licensed under the Creative Commons Attribution 4.0 license.

text-adventure-engine's People

Stargazers

Sardach avatar Andreas avatar Simon Hobbs avatar RapTToR Agency avatar Víctor Eduardo Diex Díaz Urbaneja avatar  avatar Mike Ellis avatar Yuan Gao avatar Abhishek Kumar avatar Sheldon Rice avatar Danilo Ulloa Pérez avatar  avatar Mike Roy avatar Timothy Martin avatar Trevor Sacks avatar SyntaxSeed avatar Joshua Denenberg avatar  avatar Mauricio Giraldo avatar Erebox avatar  avatar Diego Prieto Bautista avatar SansGuidon avatar Ethan Caballero avatar  avatar Matthew Butler avatar Jesús Torres avatar GrepCharm avatar  avatar Samuel Ramos Barroso avatar Yodra López avatar Dirk Adler avatar Alberto avatar Christine Kinniburgh avatar Pedro Pérez avatar David avatar parra avatar Darutik avatar Adrián Pérez López avatar Daniel Moya avatar Alberte Mozo avatar mallory avatar  avatar Heretic avatar b1tdreamer avatar Manolo Rodríguez Santana avatar Javier Dehesa avatar  avatar Brayan Cruces avatar iru avatar Juanjo Coello avatar

Watchers

Jesús Torres avatar viperasi avatar James Cloos avatar Manz avatar David avatar Wayfarer avatar Darutik avatar RapTToR Agency avatar Manolo Rodríguez Santana avatar  avatar  avatar  avatar Sheldon Rice avatar

text-adventure-engine's Issues

Not working in php 5.5

PHP 5.5 already has a _() function for multilanguage.

Localize.php defines a _() function, so PHP throws an error: "cannot redeclare _() function".

Document Root can end in something without /

At first, it wasn't working in my environment; because it was looking for a folder like:
MYDOCUMENTROOTgames/....

this is because my DOCUMENT_ROOT didn't finish with a "/", in the apache configuration.

I fixed it chaning my DOCUMENT_ROOT, but I guess you could in BasicCore fix this:
define('APPDIR', $_SERVER['DOCUMENT_ROOT']);

with something like "if it doesn't finish with /, then add it"..

Regards!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.