/FreeCell

A Command line implementation of FreeCell in Hot Cocoa Lisp

Primary LanguageHCL

Update

Hot Cocoa Lisp doesn't work with modern nodejs unfortunately but I missed this game so I re-implemented it in ruby

$ git clone git@github.com:olleicua/FreeCell.git
$ cd FreeCell
$ ruby freecell.rb

(enter help or ? for instructions)

Currently tested on:

  • KDE SteamDeck
  • Termux on an Android Pixel 3a
  • Mac OSX 3.2.1 (M1 aka ARM) (I suspect the colors will need to work differently)

Legacy HCL stuff

A command line Implementation of FreeCell in Hot Cocoa Lisp.

Usage

npm -g install hot-cocoa-lisp
git clone git@github.com:olleicua/FreeCell.git
cd FreeCell
hcl -nu game.hcl

License

This project is licensed under the MIT License.

Alias setup

Add the following line to your .bashrc or .zshrc file:

alias free-cell="node ~/path/to/git/repo/game.js"