MTF

Make Them Fall (MSXdev'21)

Description

This is the MSX version of 'Make them fall'. The stick men compete against each gliding down a tunnel while avoiding lethal saw blades.

As a single player you control both stick men with either cursor keys or joystick. Activating Left makes the left dude jump, activating right makes the right dude jump.

See how high you can set your score...

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