Welcome to my Turn-Based RPG Game! In this game, you will witness two computer-controlled players battle each other’s champions in a strategic, turn-based showdown. Each champion is randomly assigned to one of three types: MAGE, FIGHTER, or TANK. These champions will face off in a series of rounds, with the ultimate winner being the one who accumulates the most points!
-
Champion Types:
- MAGE: Random points between 1 and 8.
- FIGHTER: Random points between 3 and 7.
- TANK: Random points between 5 and 9.
-
Champion Creation:
- Each round, both players randomly generate a champion, which is then assigned a number of points.
-
Battle Mechanics:
- The outcome of each round is determined based on the champion types and points. The rules for battle outcomes are pre-defined in the game logic.
-
Winning the Game:
- The player with the higher accumulated points after all rounds is the winner.
This game is automated and involves two computer-controlled players. The rounds and the champion creation process are managed by the game, so you just have to sit back, relax, and watch the epic battles unfold!
- Choose the number of rounds to play.
- Watch as champions are randomly created for each round.
- Observe the battles as they happen, and see which player wins each round.
- At the end, the player with the most points wins the game!
To get started, clone this repository to your local machine:
git clone https://github.com/yourusername/turn-based-rpg-game.git