rogueultralite
made by Zirconium (FortiethAtom4 on Github)
- Get Node.js. (be sure to add it to PATH. There's a little checkmark in the installation to check for it.)
- Navigate to this directory in a terminal, then type
npm install. Npm will do the heavy lifting. - Boom done
How to start the game:
- Navigate to this directory in a terminal.
- type
node game.jsand press Enter. - The game will play in the terminal window.
Enter a command on each of your turns.
-ATTACK: deal damage to a target. If the target is blocking, the damage is halved.
-BLOCK: enter a defensive stance. Incoming attacks will do half damage. Fireballs will do 0 damage to a blocking target. You heal 1 HP if you successfully block a Fireball.
-ABILITY: use an ability. There are 4 available to the player:
- Heal: heals you.
- Fireball: deals increased damage. Blocking targets take no damage.
- Mana Burst: deals massive damage that ignores blocks. Limited uses, but charges as you attack and successfully block.
- Entropy: deals low damage that ignores blocks. Charges your Mana Bursts twice as fast.
-NONE: pass your turn. Why would you do that?
-FF: Surrender.
Try to beat all 8 rounds of enemies!