WITCHDAY

Witch Day game (MSXdev'20)

Description

Witch Day is an adventure that reminds Zelda and other games. Saying that, we play the role of old lady named Anabel that comes into the town to visit her grandaughter Ángela but something happened as she arrives… After a while, our character wakes up with his memory lost and then she starts looking for Ángela.

Our mission is to find Ángela, so we should walk the whole town talking to people, getting objects to get further as we investigate what is going on here…

We have three basic keys to use during the game: open doors, talk and do actions (push, take, search, etc.). It is important to pay attention to all the screens in order to find clues and directions to complete the adventure.

Files
Package
Individual files
Default install directory
A:\WITCHDAY
Build files
Build script
mkdir -p package/
unzip witchday.zip
mv ENGLISH/WITCH_DAY.ROM package/WITCHDAY.ROM
mv ENGLISH/LICENSE.txt package/
cat > package/WITCHDAY.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM WITCHDAY.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM WITCHDAY.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/WITCHDAY.BAT
unix2dos package/LICENSE.txt
  • 1.0-1 2020-07-27
    • First release
Details
Category
Games
Author
José Soto Gándara (joesg)
Packager
Carles Amigó (fr3nd)
License
 Freeware
Url
 https://www.msxdev.org/2020/07/23/msxdev20-14-witch-day/
Install instructions
hub install WITCHDAY