LANDING

Landing game (MSXdev'20)

Description

In this game, our mission is to guide one of them as it goes down the screen, using an umbrella as a parachute (remarkably, this specimen doesn’t seem to rely much on his cat superpower of landing safely from great heights).

As you float towards the safe ground, be cautious of birds, because if they hit the umbrella the damage gauge will go up. If damage reaches 100%, the game will be over. If you want to descend faster, use the cursor down.

Try to get the best score you can!

Files
Package
Individual files
Default install directory
A:\LANDING
Build files
Build script
mkdir -p package/
unzip landing.zip
mv M.S.X.DEV20-LANDING-FILES/MSXDEV20-LANDING/Landing.ROM package/LANDING.ROM
mv M.S.X.DEV20-LANDING-FILES/MSXDEV20-LANDING/READ-ME.txt package/README.TXT
cat > package/LANDING.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM LANDING.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM LANDING.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/LANDING.BAT
  • 1.0-1 2020-07-02
    • First release
Details
Category
Games
Author
Z80 Epoch
Packager
Carles Amigó (fr3nd)
License
 Freeware
Url
 https://www.msxdev.org/2020/07/01/msxdev20-05-landing/
Install instructions
hub install LANDING