sts-term

Une version rudimentaire de Slay The Spire dans le terminal - retour accueil

git clone git://bebou.netlib.re/sts-term
Log | Files | Refs | README |

sword-boomerang (243B)


      1 attack
      2 _cost 1
      3 t=$(find fight/ennemies -type l | shuf | head -n1)
      4 _attack 3 1 $t player $0
      5 t=$(find fight/ennemies -type l | shuf | head -n1)
      6 _attack 3 1 $t player $0
      7 t=$(find fight/ennemies -type l | shuf | head -n1)
      8 _attack 3 1 $t player $0