Corwin Brust corwin · he/him
  • Minneapolis, MN (Earth)
  • https://bru.st
  • Frood, hoopy.

  • Joined on 2026-04-21
corwin pushed to master at corwin/card-game.el 2026-08-04 09:46:23 -05:00
ff7a9f6e49 Improve colour contrast to meet WCAG 2.1 AA
99cf31930b placate checkdoc
209ebdc02a card-games: rename cg- prefix to card-games- for MELPA
6379127e17 cg-core: make cg-shuffle optionally seeded and reproducible
Compare 4 commits »
corwin pushed to master at corwin/card-game.el 2026-08-03 21:15:42 -05:00
1a59003b13 cg-net: check a message is well shaped before any code walks it
ade2f38ee3 cg-net: reap disconnected clients with a process sentinel
640aaca1ae cg-net: bound the line buffer and the connection count
3b55d780b0 cg-bid-net: refuse a discard of cards the player does not hold
f8873fb8fa cg-net: listen on this machine only by default
Compare 6 commits »
corwin pushed to master at corwin/vibrobeast 2026-07-05 07:28:41 -05:00
27ca351fe5 (v0.6.0)free latest mutations, corwin-pub.zip and polgyram
corwin pushed tag 1.0.91 to corwin/card-game.el 2026-07-01 14:38:13 -05:00
corwin pushed to master at corwin/card-game.el 2026-07-01 14:32:45 -05:00
7918daf7ef Release 1.0.91 (pretest2): Info manual + generated README
69a4de7538 doc: generate README.md from README.org (Emacs batch ox-md)
556485cb6b doc: complete the manual -- Russian Bank, Networked Play, Credits (pass 6)
79db6b19db doc: Rummy, Matching, Capturing, Climbing, and Cribbage chapters (pass 5)
8f8c44b47b doc: write the Trick-Taking Games chapter (manual pass 4)
Compare 15 commits »
corwin pushed to master at corwin/card-game.el 2026-07-01 04:50:16 -05:00
2ee802f52d Hand & Foot, Scopa, Casino: full SVG board via the shared helper
585c4449a0 Rummy games: full SVG board (stock, discard, melds, fanned hand)
98b297d149 Trick games: full SVG table (opponents, trick, fanned hand)
Compare 3 commits »
corwin pushed to master at corwin/card-game.el 2026-07-01 03:57:41 -05:00
400e5830be Trick games: full SVG table (opponents, trick, fanned hand)
corwin pushed to master at corwin/card-game.el 2026-07-01 03:33:54 -05:00
5060835731 Crapette: choose how many cards of a run to drop onto an empty house
corwin pushed to master at corwin/card-game.el 2026-07-01 03:25:56 -05:00
f7932047ce Crapette: add the foundation-priority stop rule and sequenced house moves
0d8901041f Add two-player Russian Bank (Crapette) vs the computer
Compare 2 commits »
corwin pushed to master at corwin/card-game.el 2026-06-26 18:58:16 -05:00
f54d2d3213 Cut 1.0.90 pretest: 500 mouse UX, version bump, NEWS, docs
corwin pushed to master at corwin/card-game.el 2026-06-26 18:48:42 -05:00
5da3144c0a Cut 1.0.90 pretest: 500 mouse UX, version bump, NEWS, docs
corwin pushed to master at corwin/card-game.el 2026-06-26 16:43:48 -05:00
5ff6d8afed Finish mouse support: Crazy Eights, President, the patience boards
corwin pushed to master at corwin/card-game.el 2026-06-26 16:34:15 -05:00
730b7e284b Complete the rummy-family rules for 1.0: deep pickup, Hand & Foot
519021f17d Click-to-play for the trick family and Bridge; factor cg-svg-hand-image
2c700b7739 Hand-cluster mouse + card-size slider
287700ddca Wire the renderer registry: SVG treatment returns a region click-map
Compare 4 commits »
corwin pushed to master at corwin/card-game.el 2026-06-25 08:56:48 -05:00
4dc839e719 Refine court cards: smaller centered panel, lower/smaller rank letter
corwin pushed to master at corwin/card-game.el 2026-06-25 08:00:06 -05:00
acc46622c7 Render SVG boards for the tableau and remaining games
corwin pushed to master at corwin/card-game.el 2026-06-25 07:21:24 -05:00
51eceb205e Render SVG card faces in the trick games and Bridge
a464f1cfc4 Render SVG card faces in the hand-based games
Compare 2 commits »
corwin pushed to master at corwin/card-game.el 2026-06-25 06:54:14 -05:00
09adcaa3ea Add Contract Bridge: auction, dummy play, and rubber scoring
905d5989c2 Add nine games: Go Fish, Old Maid, Cribbage, Scopa, Casino,
86c44a362a Add the rummy family: meld engine + Gin, Rummy, Rummy 500, Hand & Foot
Compare 3 commits »
corwin pushed to master at corwin/card-game.el 2026-06-25 01:59:02 -05:00
b5410e1830 Add 16 games and known-games research; bump to 1.0.60
corwin pushed to master at corwin/card-game.el 2026-06-23 23:34:56 -05:00
2345f7e1a6 Add live multiplayer 500 over cg-net (cg-bid-net.el)