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 4c84e69318587e2347189dddefc601d7d212a3d1 parent 6d0ee90087cbc64a9712554c390bb9edd6f23e1b Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Fri, 21 Jun 2024 21:01:28 +0200 Ajout exhume Diffstat:
A | bdd/cards/exhume | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/bdd/cards/exhume b/bdd/cards/exhume @@ -0,0 +1,8 @@ +_cost 1 +find fight/exhaust -type f | + fzy | + while read card;do + mv $card fight/hand + done +_exhaust +