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 7215bcfb1e346cce8fad8c69feb4de5532416f49 parent 53207f56a43bc4a9a3d9a9333673a117ce29dfa2 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Wed, 19 Jun 2024 19:38:58 +0200 Intégration de makefight dans utils Evidemment y'a trop de trucs dans utils mais on verra plus tard Diffstat:
D | makefight | | | 15 | --------------- |
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/makefight b/makefight @@ -1,15 +0,0 @@ -#! /bin/sh - -mkdir -p fight/ennemies -mkdir -p fight/stack -mkdir -p fight/hand -mkdir -p fight/discard - -cp deck/* fight/stack - -for en in $(find "$1" -type f);do - ln "$en" fight/ennemies/$(basename "$en") -done - -ln player fight/player -