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 b786f2e2e4eb43018d64e058c7643b92868e9e51 parent 0b02574add179848eea766179adcef1fd016888e Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Fri, 21 Jun 2024 15:28:13 +0200 Ajout warcry Diffstat:
A | bdd/cards/warcry | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/bdd/cards/warcry b/bdd/cards/warcry @@ -0,0 +1,10 @@ +_cost 0 +_draw 1 +_refreshUI +find fight/hand -type f | + fzy | + xargs -r -n1 basename | + while read card;do + mv fight/hand/$card fight/stack/ + done +_exhaust