Bandit's Bane is a browser-based, turn-based RPG where you fight bandits, level up, and take on the fearsome Bandit King. Built with HTML, CSS, and JavaScript. Choose a class, explore the wilds, and test your skills against a variety of foes in this non-magical combat adventure!
Status: In Development
- Class Selection: Start as a Warrior, Rogue, or Guardian, each with unique stats and abilities (Cleave, Backstab, Shield Bash).
- Turn-Based Combat: Fight bandits with attacks, class abilities, and items—no running from the Bandit King!
- Progression: Gain XP, level up, and equip gear like swords and armor.
- Exploration: Random encounters in the forest with enemies, traps, or loot.
- Boss Fight: Unlock the Bandit King at level 5 for a challenging, no-escape showdown.
- Persistence: Game state saves to
localStoragefor seamless play.
- Start: Open
index.htmlto pick your class (Warrior, Rogue, or Guardian). - Camp: Rest, shop, or head to the forest from
camp.html. - Explore: In
exploration.html, click "Explore Forest" for random encounters or "Face the Bandit King" (unlocks at level 5). - Fight: Use Attack, Ability, Item, or Run (except against the Bandit King) in combat.
- Win or Lose: Defeat the Bandit King to win, or fall to bandits and restart from
gameover.html.
Goal: Reach level 5, defeat the Bandit King, and claim victory over the forest’s outlaws!
Check it out: https://inkwriter.github.io/banditsBane/index.html
- Clone the Repository:
git clone https://github.com/[your-username]/bandits-bane.git