MTJ

Make Them Jump (MSXdev'21)

Description

This is the MSX version of 'Make them jump'. The stick men compete against each other running and jumping over walls. As a single player you control both stick men with either cursor keys or joystick. Activating Up makes the upper dude jump, activating down makes the lower dude jump.

See how high you can set your score...

Files
Package
Individual files
Default install directory
A:\MTJ
Build files
Build script
mkdir -p package/
unzip mtj.zip
mv "MSXdev21_MakeThemJump_v1.0.rom" package/MTJ.ROM
mv "MSXdev21_MakeThemJump_v1.0.txt" package/README.TXT
cat > package/MTJ.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM MTJ.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM MTJ.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/MTJ.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-9-make-them-jump/
Install instructions
hub install MTJ