YAZZIE

Yazzie. Arcade game.

Description

Help the gold seeker collect all the gold from the strange mansion, whilst avoiding the enemies. Collect pickaxes to dig through the brick floors.

Good Luck!

Files
Package
Individual files
Default install directory
A:\YAZZIE
Build files
Build script
mkdir -p package/
unzip yazzie.zip
mv yazzie/* package/
cat > package/YAZZIE.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM YAZZIE.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM YAZZIE.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/YAZZIE.BAT
  • 1.0-1 2019-12-16
    • First release
Details
Category
Games
Author
Retrosouls
Packager
Carles Amigó (fr3nd)
License
 Unknown
Url
 http://www.retrosouls.net/?page_id=957
Install instructions
hub install YAZZIE