home.social
  1. Replicide, my themed game written in is now released:

    Play it online at lexaloffle.com/bbs/?tid=153122

    The code is effectively public domain (MIT without attribution) so check out the new repo for some trickery like composition of partially applied curried functions. Take what you need: gitlab.com/michaelzinn/replici

  2. Replicide, my first game ( themed card game written in ) is now in public beta!

    Have fun and please report any issues here.

    croatoan.strangled.net:8080/re

  3. Very rare draw, where I played a ten of shields, which completely blocked the enemy's attack, but I had neither enough cards to defeat the enemy, nor any carbon cards to decant more replicas from the fabricator.

  4. I added defeating enemies to my game. While the extra high level of the code (see previous posts) solved the token limit, the increased entropy due to the high information density means that the compression is now the limiting factor 😑

    Well, at least the code is prose-like enough that you can read the regicide card game rules directly from it; here's the code that processes the effects of hearts (revive warriors) and diamonds (enlist warriors from the tavern):