FreeCell resurrection

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FreeCell resurrection

Pavel Krivanek-3
Hi,

I fixed the old FreeCell code from Squeak to be able to run on Pharo 6 and 7.


How to load: 

Metacello new
  baseline: 'FreeCell';
  repository: 'github://pavel-krivanek/FreeCell/src';
  load.

How to run:

FreeCell open.

Cheers,
-- Pavel