1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Commit graph

11 commits

Author SHA1 Message Date
Shlomi Fish
0414047586 flake8 . 2017-04-19 12:03:45 +03:00
Shlomi Fish
99ef711af1 Change the licenses headers to please flake8. 2017-04-19 12:03:44 +03:00
Shlomi Fish
c1d7918c27 Fix some typos as reported by codespell.
Thanks to Jan for inspiring this.
2017-04-08 19:13:59 +03:00
Shlomi Fish
c28a9104c8 Add a test. 2016-11-09 20:44:44 +02:00
Shlomi Fish
c407010801 Add another test 2016-11-09 20:27:26 +02:00
Shlomi Fish
d068f93d16 implement str2long and long2str.
With a unit test.
2016-11-09 20:10:09 +02:00
Shlomi Fish
95a71aa36b Add a passing test for FC-Pro 6E9. 2016-11-08 16:21:02 +02:00
Shlomi Fish
95dd1e40b4 Implement > 2e9 ms/FC-Pro deals.
Larger than 2 milliard Freecell Pro deals in PySolFC - with a test.
2016-11-08 16:08:31 +02:00
Shlomi Fish
5728b9783a Add another test for the non-ms deal. 2012-12-13 18:06:35 +02:00
Shlomi Fish
5821000061 Implement the ms[0-9]+ deals.
They are used to deal the Microsoft cards.
2012-12-12 20:16:56 +02:00
Shlomi Fish
add08a72cc Add the ms_deals1.py test.
It was in large part copied and pasted from fc-solve's
make_pysol_freecell_board.py and from other sources, so there may be a
lot of ugliness due to me (= Shlomi Fish). But I'm using it to bootstrap
the change in the ms_deals.
2012-12-12 19:49:20 +02:00