Une version rudimentaire de Slay The Spire dans le terminal - retour accueil
git clone git://bebou.netlib.re/sts-term
Log | Files | Refs | README |
commit 0b02574add179848eea766179adcef1fd016888e parent 10741f02abe2cb9688cabed2f7afe62b7364113d Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Fri, 21 Jun 2024 15:22:59 +0200 Ajout true-grit Diffstat:
A | bdd/cards/true-grit | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/bdd/cards/true-grit b/bdd/cards/true-grit @@ -0,0 +1,5 @@ +_cost 1 +_defend 7 +find fight/hand -type f | + shuf | head -n1 | + while read card;do _exhaust "$card"; done