Skip to content

Vondry66/Pokemon-Battler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Battle Game

Terminal Pokemon battler

Prerequisites

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

Installation

You will need to have Node installed before installing other dependencies. Information on how to do this can be found at the Node website.

  1. Download a copy of the project through GitHub:
git clone  https://github.com/leon-northcoders/Pokemon-Battler.git
  1. Download the necessary dependencies:
npm i

Pokemon Themes

In order to change the terminal theme you must first install Pokemon-Terminal

  1. To install, run:
npm install -g pokemon-terminal
  1. To select theme:
pokemon <pokemon-name>
  1. To remove theme:
pokemon --clear

The game will alternate themes, depending on which Pokemon is attacking & will clear when the game is initially started

Run Game

To play the game:

npm run game

About

Two-player terminal Pokemon game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%