Une version rudimentaire de Slay The Spire dans le terminal - retour accueil
git clone git://bebou.netlib.re/sts-term
Log | Files | Refs | README |
warcry (172B)
1 _cost 0 2 _draw 1 3 _refreshUI 4 find fight/hand -type f | 5 grep -Ev "$0" | 6 fzy | 7 xargs -r -n1 basename | 8 while read card;do 9 mv fight/hand/$card fight/stack/ 10 done 11 _exhaust