IN3D / Pokemon

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

Allow logging in as a character #46

Closed IN3D closed 10 years ago

IN3D commented 10 years ago

This should make the first screen that the user sees the log-in screen. Where they are presented with text boxes to enter their user name and password. A query should be run against the users collection to find a match of that username and password. If it is found, the player should be brought into the game (which at the moment will just be a blank screen). Otherwise an error message box should be shown saying that the log-in failed.