Skip to main content

DSL for escape rooms

Project description

ERPL

ERPL (Escape Room Programming Language) is a programming language to facilitate the creation of virtual escape room games. The program is composed of a parser and an engine (both can be used separately). The parser will receive an .erpl file (described below) that will have the escape room information, it will analyze it and then the engine with this information will generate the escape room game, with the help of the pygame module.

Parser

    erparse <.erpl file>

Options

 -h, --help                                      show this help message and exit
 -o OUTPUT , --output OUTPUT                     output (json) file (default is stdout)
 -i INPUT , --input  INPUT                       input file (.erpl file)
 -gmpro, --grammar_erpl                          activate parser grammar ERPL pro
 -args ARGS [ARGS ...], --args ARGS [ARGS ...]   arguments to be replaced in the erpl file

Engine

    erengine <json file>   

Options

-h, --help                                      show this help message and exit
-i INPUT , --input  INPUT                       input file (json file)

Editor

    erpe <.erpl file>

Options

-h, --help                                      show this help message and exit
-i INPUT , --input  INPUT                       input file (json file)
-gmpro, --grammar_erpl                          activate parser grammar ERPL pro
-args ARGS [ARGS ...], --args ARGS [ARGS ...]   arguments to be replaced in the erpl file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

erpl-0.1.4.tar.gz (250.9 kB view hashes)

Uploaded Source

Built Distribution

erpl-0.1.4-py3-none-any.whl (252.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page