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)
A command line Implementation of FreeCell in Hot Cocoa Lisp.
npm -g install hot-cocoa-lisp
git clone git@github.com:olleicua/FreeCell.git
cd FreeCell
hcl -nu game.hcl
This project is licensed under the MIT License.
Add the following line to your .bashrc
or .zshrc
file:
alias free-cell="node ~/path/to/git/repo/game.js"