• elinks as door games platform

    From Mikolas Pansky@2:423/81.44 to All on Wed Jun 15 17:41:27 2022
    Hello All,

    if You've ever programmed door game You know there are both some difficulties and advantages for each programming language.

    This is just another approach. It is based on elinks with javascript (QuickJS) compiled.

    If You feel like You can try (just for experimental purpose) binary I prepared for Linux. If You go to this page:
    https://elinks.neocities.org
    You can scroll to Linux x64. That's static binary with javascript compiled. There is elinks.conf too with some basic application like configuration.
    And for testing purposes there is arithmetics.html that can be configured
    and played as a BBS Door Game. I'm sending my shell script I call from the BBS.

    #!/bin/bash
    cd /bbs/doors/arithmetic
    ./elinks_lin64_js.bin \
    -no-connect \
    --config-dir `pwd`/elinks \
    -eval 'set terminal.xterm-256color.colors = 3' \
    `pwd`/arithmetics.html

    Thank You for listening and thank You for FidoNet to exists.

    Best regards

    Mikolas

    ... That's not a bug, it's an undocumented feature

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Infolinka BBS (2:423/81.44)