Omodi / TreasureHunt

0 stars 4 forks source link

As a user I would like run the program at my current location so that treasure spawns nearby. #7

Open cgv2921 opened 7 years ago

cgv2921 commented 7 years ago

As a user I would like run the program at my current location so that I can start the game.

Acceptance Criteria:

RafaelELopez commented 7 years ago

Huseen & Rafael

RafaelELopez commented 7 years ago

We got code to generate treasure locations given a user location and an amount of treasure to generate. Still have to use JUnit to make unit tests to check that the math works as expected. Still have to get user's current location (so we can feed it into the treasure-generator function).

RafaelELopez commented 7 years ago

Also have to create the views for this story. I.e. the "Activitiy" object. Look into Activity-lifecycle for android. Super useful for Android development.