-
Replicide, my #signalis themed #regicide #pico8 game written in #Lua is now released:
Play it online at https://www.lexaloffle.com/bbs/?tid=153122
The code is effectively public domain (MIT without attribution) so check out the new repo for some #functionalprogramming trickery like composition of partially applied curried functions. Take what you need: https://gitlab.com/michaelzinn/replicide
-
Very rare #regicide 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.
-
I added defeating enemies to my #regicide #pico8 #Lua 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):