megazear7 / adventure-task

2 stars 0 forks source link

Discoveries Page #6

Closed megazear7 closed 9 years ago

megazear7 commented 9 years ago

Create the discovery page which gives an infinite scroll of all the possible discoveries that the user has discovered. Discoveries the user has not discovered are grayed out and might provide a hint or something.

We will probably need a Discoveries object which, when created, loads in all the json data from the disc and creates an array of Discovery objects.

The Discoveries object could be a singleton. The Discovery objects would only be accessible through the Discoveries object.