KLONDIKE

Klondike Solitaire (MSXdev'21)

Description

The classic solitaire card game now available for the MSX.

The goal of the game is to sort the cards into order.

Left button to select a card to move, then press again to move the card.

Right button to move the pointer to bottom of the pile, then press again to move the deck.

Right click also automatically moves a card to the foundation, if a valid move.

Hold both left and right buttons together to resign the current game.

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