ANEXO1EN

Annex 1, The Algorithm (EN) game (MSXdev'18)

Description

This game is a graphical adventure where you play the role of a programmer who wants to jump off a building. Try to find out why he is doing that, what’s happening and who this mysterious character is. In the game, you can choose different options and they will change how the adventure develops.

This is the translated English version of the game. For the original Spanish version: ANEXO1

Files
Package
Individual files
Default install directory
A:\ANEXO1EN
Build files
Build script
mkdir -p package/
unzip anexo1.zip
mv anexo1_ing.rom package/ANEXO1EN.ROM
cat > package/ANEXO1EN.bat << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM ANEXO1EN.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM ANEXO1EN.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/ANEXO1EN.bat
  • 1.0-1 2018-11-03
    • First release
Details
Category
Games
Author
José Soto Gándara (joesg)
Packager
Carles Amigó (fr3nd)
License
 Unknown
Url
 https://www.msxdev.org/2018/06/27/msxdev18-4th-entry-c-c-r-anexo-1-el-algoritmo/
Install instructions
hub install ANEXO1EN