scoundrel#
An implementation of the Scoundrel solo card game. I was inspired by watching this video.
Development#
Development is easiest when using nix flakes. Simply nix develop to enter a
dev shell with all the necessary dependencies.
just dev # Run the development server
just cli # Run a cli game
just build # Build the static assets to be deployed