IN3D / Pokemon

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

Expansion of the user class #76

Open IN3D opened 10 years ago

IN3D commented 10 years ago

The User class should now have a few additions, large and small.

The User will need to have two arrays of 721 boolean elements, to mark pokemon that have been seen, and those that have been caught.

An array of 6 elements to represent the Users team eventually there will need to be something to represent players boxes, but at the moment this won't be necessary.

A double for the player's money