LITTERBX

Litter Box game (MSXdev'20)

Description

According to a popular theory, cats are really plotting to take over the world. And arguably, that could be for the best. It’s not a far stretch to suppose that our hairy friends would do a better job than us, warmongering humans.

In every stage: Avoid both dogs (these are your enemies), eat ALL cat food (dots) and when all dots are eaten RETURN to the LITTER BOX in the middle.

Files
Package
Individual files
Default install directory
A:\LITTERBX
Build files
Build script
mkdir -p package/
unzip litterbox.zip
mv LITTERBX.ROM package/LITTERBX.ROM
mv README.TXT package/README.TXT
cat > package/LITTERBX.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM LITTERBX.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM LITTERBX.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/LITTERBX.BAT
  • 1.0-1 2020-07-13
    • First release
Details
Category
Games
Author
RAY2DAY MSX SOFTWARE
Packager
Carles Amigó (fr3nd)
License
 Freeware
Url
 https://www.msxdev.org/2020/07/11/msxdev20-06-litter-box/
Install instructions
hub install LITTERBX