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.
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.