luomichelle / pokemonfight

Pokemon Fight in RPG Game

Home Page:https://luomichelle.github.io/pokemonfight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemonfight

  • This is a combat based RPG Game, the player will fight with a character of their choice against the computer.
  • At the start of the game the player will choose a character by clicking on the character's picture. The player will play as that character for the rest of the game.
  • Every character that was not picked is now an enemy that the player must defeat. Enemies should be moved to a different area of the screen.
  • The player chooses which enemy they will attack by clicking on that enemy's picture.
  • Once the player picks an enemy to fight, that enemy is moved to a "defender area" to do battle with the player.
  • The player will now be able to hit the attack button to fight against that defender.
  • Whenever the attack button is hit, the player character is going to attack the defender character once. The defender character will now counter attack the player character once.
  • When the player character "attacks", the defender will lose "Health Points" displayed at the bottom of the defender's picture.
  • When the defender "counter attacks", the player character will lose hp displayed at the bottom of the player character's picture.
  • Keep hitting the attack to try and defeat the defender
  • When the defender's "Health Points" are reduced to 0 or below, they are removed from the "defender area". The player character can now pick a new enemy to attack.
  • The player wins the game by defeating all enemy characters, and loses the game the game if the player character's "Health Points" are 0 or below.
Game design notes:
Each character in the game has 3 attributes: Health Points, Attack Power, and Counter Attack Power.
Each time the player attacks, their character's Attack Power increases by its base Attack Power. So if the base Attack Power is 6, each attack will increase the Attack Power by 6. (12, 18, 24, 30 etc...)
The enemy character only has Counter Attack Power and their Counter Attack Power never changes.
The Health Points, Attack Power, and Counter Attack Power of each character will be different.
None of the characters in the game can heal or recover Health Points, so the point of the game is to pick a character and fight an enemy that has low Counter Attack Power first and build up your own Attack Power before you lose all your Health Points.
Depending on game play, you can win or lose with any of the characters in the game.

About

Pokemon Fight in RPG Game

https://luomichelle.github.io/pokemonfight/