Terminal Pokemon battler
This application was built with JavaScript and uses:
- Node.js - JavaScript run-time environment
- Inquirer - A collection of common interactive command line user interfaces
- Colour - Extends available colours for terminal text
- Play-sound - Play sounds by shelling out to one of the available audio players
You will need to have Node installed before installing other dependencies. Information on how to do this can be found at the Node website.
- Download a copy of the project through GitHub:
git clone https://github.com/leon-northcoders/Pokemon-Battler.git
- Download the necessary dependencies:
npm i
In order to change the terminal theme you must first install Pokemon-Terminal
- To install, run:
npm install -g pokemon-terminal
- To select theme:
pokemon <pokemon-name>
- To remove theme:
pokemon --clear
The game will alternate themes, depending on which Pokemon is attacking & will clear when the game is initially started
To play the game:
npm run game