A Gleam implementation of the Scoundrel solo card game munksgaard.me/scoundrel
lustre scoundrel gleam card game
JavaScript 90.9%
Gleam 8.1%
CSS 0.6%
Nix 0.3%
Just 0.1%
28 1 0

Clone this repository

https://tangled.org/munksgaard.tngl.sh/scoundrel
git@tangled.org:munksgaard.tngl.sh/scoundrel

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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