MARTIANS

Stupid Martians game (MSXdev'20)

Description

Stupid Martians is a vertical shmup game, a bit bullet-hell.

The purpose of the game is to eliminate the three races of Martians who intend to invade Earth.

Files
Package
Individual files
Default install directory
A:\MARTIANS
Build files
Build script
mkdir -p package/
unzip martians.zip
mv sm.rom package/MARTIANS.ROM
cat > package/MARTIANS.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM MARTIANS.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM MARTIANS.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/MARTIANS.BAT
  • 1.0-1 2020-07-15
    • First release
Details
Category
Games
Author
Visualedu and Bitcaffe
Packager
Carles Amigó (fr3nd)
License
 Freeware
Url
 https://www.msxdev.org/2020/07/14/msxdev20-08-stupid-martians/
Install instructions
hub install MARTIANS