OPENWIDE

Open Wide! (MSXdev'21)

Description

The goal of the game is to find and remove bad teeth from your patient's mouth.

You have several tools available to help you:

  • Pliers - The pliers are used to remove teeth. If you remove the wrong tooth, you will be told if you are near a bad tooth or not with a hot/cold symbol.
  • Mirror - The mirror can be used to reveal 3 "?" teeth. One of these "?" teeth is bad, but you can't be sure which one it is.
  • Pick - The pick will allow you to check if any 2 teeth of your choosing are good or bad.

Try to remove all of your patient's bad teeth before you run out of turns.

Files
Package
Individual files
Default install directory
A:\OPENWIDE
Build files
Build script
mkdir -p package/
unzip openwide.zip
mv "MSXdev21_OpenWide!_v1.0.rom" package/OPENWIDE.ROM
mv "MSXdev21_OpenWide!_v1.0.txt" package/README.TXT
cat > package/OPENWIDE.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM OPENWIDE.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM OPENWIDE.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/OPENWIDE.BAT
unix2dos package/README.TXT
  • 1.0-1 2021-09-03
  • First release
Details
Category
Games
Author
Hakogame
Packager
Carles Amigó (fr3nd)
License
 Unknown
Url
 https://www.msxdev.org/2021/09/02/msxdev21-31-open-wide/
Install instructions
hub install OPENWIDE