Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 473 Bytes

File metadata and controls

11 lines (8 loc) · 473 Bytes

ixml Assignment #2

Making a Pokemon Move Database!

For this assignment, you are tasked with formatting Pokemon moves from Generation 5 (consisting of the games Pokemon Black, White, Black 2, and White 2) into well-formed XML.

Important notes about the data:

  • Every line is a separate move.
  • Each move has a value for: its type, category, power, accuracy, and power points.
  • These values are separated by tabs.
  • Status moves do not have power or accuracy values.