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 8cc69cb8304dbd9618648ac931481e1d69473d4d parent 0e64dbcd7799aa78d0884b7f61c75e4abaca58d3 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 20 Jun 2024 15:16:22 +0200 De draw à _draw quand on ajoute la carte Faudrait trouver un autre moyen, on va pas tous les lister Diffstat:
M | makegame | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makegame b/makegame @@ -18,7 +18,7 @@ addcard() { $(cat bdd/cards/$2 | sed -E '/(cost|defend)/ s/$/ player/; /^attack/ s/$/ "${1:?need a target}"/; - /^(attack|defend|cost|status)/ s/^/_/' | sort) + /^(attack|defend|cost|status|draw)/ s/^/_/' | sort) _discard "\$0" _refreshUI .