Freecell Deal Finder

Deal Finder

Find the deal number of a Microsoft Freecell deal, a kind of card solitaire game. Please enable JavaScript.

Instructions

Downloading…

Input a Freecell layout in the fc-solve format:




Status: Not started

Bookmark This Form

You can use the button below to generate a URL that will auto-populate the form. This is also useful for reporting problems.


How to Use

Enter a board in the input text area in Freecell Solver’s input format with each line of input representing a column (or stack) of cards. Press the “Find” button to try to find the deal's index, and assuming it was successful, you will be able to read and/or copy the output from the status display.

Enjoy!

Technology

This is a web-based interface to Freecell Solver, that was translated from the C source code to JavaScript, by using the emscripten LLVM bit-code to JavaScript compiler. Like Freecell Solver itself, this JavaScript port is open-source software under the permissive MIT/Expat licence.

Other technologies used for writing this page are:

Credits

  • Alon Zakai - writing emscripten, the LLVM-to-JavaScript compiler that was used to prepare this page, based on the original C (gnu99) source, and answering some bug reports and questions I filed about it.

  • @doconix - helped using transcrypt.

  • @JdeH - helped with the Transcrypt issue and he is maintaining it.