MONSTER

Monster On The Run (MSXdev'21)

Description

Drive the monster by following the walls inside the screen to reach exit.

The exit is represented by the yellow square.

Pay attention to the number of moves performed, there is a limited number of moves and it depends on the level.

Files
Package
Individual files
Default install directory
A:\MONSTER
Build files
Build script
mkdir -p package/
unzip monster.zip
mv "MSXdev21_MonsterOnTheRun_v1.0.rom" package/MONSTER.ROM
mv "MSXdev21_MonsterOnTheRun_v1.0.txt" package/README.TXT
cat > package/MONSTER.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM MONSTER.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM MONSTER.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/MONSTER.BAT
unix2dos package/README.TXT
  • 1.0-1 2021-08-16
  • First release
Details
Category
Games
Author
Paolo "Neurox66" Borzini
Packager
Carles Amigó (fr3nd)
License
 Freeware
Url
 https://www.msxdev.org/2021/08/16/msxdev21-23-monster-on-the-run/
Install instructions
hub install MONSTER