Une version rudimentaire de Slay The Spire dans le terminal - retour accueil
git clone git://bebou.netlib.re/sts-term
Log | Files | Refs | README |
fiend-fire (212B)
1 attack 2 _cost 2 3 cards=$(find fight/hand -type f | grep -v "$0") 4 nbcards=$(echo "$cards" | wc -l) 5 echo "$cards" | 6 while read card;do 7 _exhaust "$card" 8 done 9 for i in $(seq $nbcards);do 10 _attack 7 1 11 done 12 _exhaust