/shenzhen_solitaire_solver

The Shenzhen Solitaire Solver online written in Javascript for browsers

Primary LanguageJavaScriptMIT LicenseMIT

Smankusors' Shenzhen Solitaire Solver

https://smankusors.com/projects/shenzhen_solitaire_solver

This is the solver for the minigame on Shenzhen I/O (also available standalone). This game like freecell but with different mechanics. You can try online version made by Nickardson.

Shortcuts

There is some keyboard shortcuts you can use, when you select the card, the selector dialog will pop up. In this dialog, you can press :

  • Shift + G => Green Dragon
  • Shift + R => Red Dragon
  • Shift + B or Shift + W => White Dragon
  • F => Flower
  • G then [number] then ENTER => Bamboo card with value [number]
  • B then [number] then ENTER => Char card with value [number]
  • R then [number] then ENTER => Coin card with value [number]
  • Delete => Remove the selected card
  • Escape => Close the selector dialog and unselect current card

Don't forget to turn the Caps Lock off otherwise you may have some problems with shortcut :D