background image of lots of pokemon

Pokemon Battler Game

This is a command line Pokemon battle game created using Object Oriented Programming in ES6 JavaScript, to create trainers and their Pokemon, and Inquirer.js to to handle the Command line aspect of the game.

How It works:

  1. Once you have installed all the neccessary dependencies, in the terminal you run the command 'node playpokemon.js'.
  2. This will then generate a series of prompts for the player to answer such as their name, choice of pokemon and rivals name.
  3. Then a player can start the game and after each turn has the option to continue fighting or run away.

Give the video below a watch to see how the game works in action:

This game was created using Test Driven Development (TDD) and Pair Programming. It was my first foray into classes and ES6 JavaScript.