IN3D / Pokemon

Recreation of pokemon, in C#.
0 stars 0 forks source link

Build form for first time #68

Open IN3D opened 9 years ago

IN3D commented 9 years ago

A form needs to be built for the first time that a user logs in. This for will guide them through selecting their Region of origin, as well as the region they are starting in.

This will allow a player to choose a starter Pokemon from one region, but start in another. For now, this works well because we haven't even fully defined a single region. Kanto is still very much under construction. This will allow us to choose which ever starter is our particular favorite, but work through the Kanto region as it is built.

The form will present the player with a professor (Oak in this case, as Kanto is the only choice). The player will be given a short talk from the professor about getting their trainer card, and asked to choose which Pokemon is their starter.