Skip to content

How To Use

Chul min Yang edited this page Feb 1, 2017 · 6 revisions

Versions

Web Page

Command Line

#Model You input information about the Factory Entry, and FactoryHead gives you a list of candidates that are consistent with the information that you supplied. Each candidate comes with more complete information.

##Input Information

  • Species
  • Type
  • Moves

##Output Information

  • Species
  • Type(s)
  • MoveSet
  • Nature
  • Item
  • EVs

#Web Page

  1. The web page will have text boxes in which you supply the information that you know.

  2. Then, you click submit. Given the criteria you submitted, the app will have a number of entries that are consistent with the criteria.

  3. The app should output the number of Factory Entries that are consistent with the given criteria.

  4. The user will then type in a number(0 <= number < number of consistent entries) into the relevant textbox to select that entry to be displayed in the output textboxes.

  5. After pressing the select entry button, the web page will then output the Factory Entry data.

#Command Line //TODO:

Clone this wiki locally