{"id":16311625,"url":"https://github.com/shlomif/fc-solve","last_synced_at":"2025-04-06T22:10:01.722Z","repository":{"id":2921984,"uuid":"3932472","full_name":"shlomif/fc-solve","owner":"shlomif","description":"Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire","archived":false,"fork":false,"pushed_at":"2025-03-29T09:42:39.000Z","size":76676,"stargazers_count":61,"open_issues_count":1,"forks_count":14,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-30T21:08:00.499Z","etag":null,"topics":["ansic","c","card-game","cards","floss","foss","freecell","freecell-solver","freesoftware","game","games","hacktoberfest","mit-license","opensource","patience","solitaire"],"latest_commit_sha":null,"homepage":"https://fc-solve.shlomifish.org/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nofearnohappy/android_vendor_xiaomi_hermes","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shlomif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-04-04T19:41:12.000Z","updated_at":"2025-03-29T09:42:43.000Z","dependencies_parsed_at":"2023-07-05T17:00:38.350Z","dependency_job_id":"845ed22d-a77f-4611-b604-3f2be0b9cfa7","html_url":"https://github.com/shlomif/fc-solve","commit_stats":{"total_commits":11888,"total_committers":9,"mean_commits":1320.888888888889,"dds":0.2866756393001346,"last_synced_commit":"537eee22fdfb61a7559786a0bb5d0b5f21676e7a"},"previous_names":[],"tags_count":183,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlomif%2Ffc-solve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlomif%2Ffc-solve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlomif%2Ffc-solve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlomif%2Ffc-solve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shlomif","download_url":"https://codeload.github.com/shlomif/fc-solve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557767,"owners_count":20958047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansic","c","card-game","cards","floss","foss","freecell","freecell-solver","freesoftware","game","games","hacktoberfest","mit-license","opensource","patience","solitaire"],"created_at":"2024-10-10T21:44:57.976Z","updated_at":"2025-04-06T22:10:01.698Z","avatar_url":"https://github.com/shlomif.png","language":"C","readme":"# The Freecell Solver Repository Root README\n\n[Freecell Solver](https://fc-solve.shlomifish.org/) is an open source\n(distributed under the MIT/Expat licence) library, written in C, for attempting\nto solve several variants of card Solitaire/Patience, including\n[Freecell](http://en.wikipedia.org/wiki/FreeCell) ,\n[Baker’s Game](http://en.wikipedia.org/wiki/Baker%27s_Game) ,\n[Seahaven Towers](http://en.wikipedia.org/wiki/Seahaven_Towers_%28solitaire%29)\n, and\n[Simple Simon](http://en.wikipedia.org/wiki/Simple_Simon_%28solitaire) .\nAlso contained are several command-line programs that use it, and the original\nproject also span some other code for testing and for support.\n\n[![Travis-CI Build Status](https://travis-ci.org/shlomif/fc-solve.svg?branch=master)](https://travis-ci.org/shlomif/fc-solve)\n[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/ondu214y43paykp5/branch/master?svg=true)](https://ci.appveyor.com/project/shlomif/fc-solve/branch/master)\n\n# Screenshots\n\n![PySol FC Running Freecell Solver](\u003chttp://i.imgur.com/thImObN.png\u003e)\n\n## Videos\n\n[![PySolFC Solving Freecell](https://img.youtube.com/vi/hYdqNuX4WJc/0.jpg)](https://www.youtube.com/watch?v=hYdqNuX4WJc)\n\n# Repository structure\n\n## [fc-solve/source/](./fc-solve/source/)\n\nThis contains the source of the solver itself. One can use CMake to build it.\n\n## [cpan/Games-Solitaire-Verify/Games-Solitaire-Verify](./cpan/Games-Solitaire-Verify/Games-Solitaire-Verify/)\n\nThis is the Games-Solitaire-Verify CPAN module. For more information see:\n\n* [Homepage](https://fc-solve.shlomifish.org/verify-code/)\n* [MetaCPAN](https://metacpan.org/release/Games-Solitaire-Verify)\n\n## [Task-FreecellSolver-Testing](./cpan/Task-FreecellSolver-Testing/)\n\nThis is a CPAN module for installing the various test dependencies that\nare found on CPAN.\n\n## [cpan/Task-FreecellSolver-Testing-MultiConfig](./cpan/Task-FreecellSolver-Testing-MultiConfig/)\n\nThis is a CPAN module for installing the various test dependencies that\nare found on CPAN. More comprehensive.\n\n## [fc-solve/arch\\_doc](./fc-solve/arch\\_doc/)\n\nThe Freecell Solver Architecture Document. Somewhat out-of-date, but may\nbe studied for general enlightenment.\n\n## [fc-solve/presets](./fc-solve/presets/)\n\nSome code that is used in order to calculate the built-in command-line\npresets, like “-l good-intentions” or “-l maliciously-obscure”. Not very\ndocumented. This code is written in parts in Perl, Bash and Mono.NET.\n\n## [fc-solve/rejects](./fc-solve/rejects/)\n\nContains code that is no longer used.\n\n## [fc-solve/docs](./fc-solve/docs/)\n\nContains various documents that are not part of the main source distribution.\nMostly specifications and planning documents.\n\n## [fc-solve/benchmarks](./fc-solve/benchmarks/)\n\nLogs of various benchmarks of the code.\n\n# How to use the library\n\nThe external API, which is provided by\n[freecell-solver/fcs_user.h](fc-solve/source/include/freecell-solver/fcs_user.h) ,\n[freecell-solver/fcs_cl.h](fc-solve/source/include/freecell-solver/fcs_cl.h) and\nsome other headers, is not documented, but it corresponds to the command line\ninterface that is\ndocumented in\nthe [USAGE](http://fc-solve.shlomifish.org/docs/distro/USAGE.html) and\nthe [README](http://fc-solve.shlomifish.org/docs/distro/README.html) documents,\nhas some examples in the code, and should not be hard to use.\n\n# Related repositories and links\n\n* [Impossible 4-freecells and 5-freecells deals in Freecell Pro](https://github.com/shlomif/freecell-pro-impossible-deals)\n* [Freecell Pro 3 freecells impossible and intractable deals](https://github.com/shlomif/freecell-pro-3fc-deals--split)\n* [Finding zero freecells deals in the fc-pro range](https://github.com/shlomif/freecell-pro-0fc-deals)\n* [The minimal number of freecells needed to win for each deal in the original Microsoft FreeCell 32,000 deals.](https://github.com/shlomif/MicrosoftFreeCell32000-minimal-freecells)\n* [Lack of PGO investigation.](https://github.com/shlomif/investigate-lack-of-PGO-in-gcc-5.2.x--re-fc-solve)\n* [Freecell Solver's Site Assets](https://github.com/shlomif/fc-solve-site-assets)\n* [patsolve](https://github.com/shlomif/patsolve) - a different Solitaire solver with interdependencies on this one.\n* [Haskell Freecell library](https://github.com/shlomif/Freecell)\n\n* [PySol](https://pysolfc.sourceforge.io/) - an open source Solitaire game collection\n* [kpat](https://games.kde.org/game.php?game=kpat)\n* [solitaire.gg](https://github.com/KyleU/solitaire.gg)\n","funding_links":[],"categories":["Game Programming","游戏编程"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshlomif%2Ffc-solve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshlomif%2Ffc-solve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshlomif%2Ffc-solve/lists"}