CMPUT301W23T03 / IHuntWithJavalins

MIT License
0 stars 1 forks source link

US 02.06.01 As a player, I want to see a visual representation of a QR code relatively unique to that QR code. #16

Open TannerLH opened 1 year ago

TannerLH commented 1 year ago

As a player, I want to see a visual representation of a QR code relatively unique to that QR code.

Acceptance Criteria

hobranan commented 1 year ago

@amoghmpanhale mentioned that he will look into an image generator that could be nicer quality images than the simple 'text' based one. It has to independently functional in Android Studio and/or Firebase (i.e. no 3rd party dependencies), and should also produce images that can still satisfy US 09.01.01:("As an owner, I don’t want to store big images online.")

hobranan commented 1 year ago

app will turn camera scanned text into code data pieces; one of which includes aa referenced image that relates to the code's 2nd part of human readable name (like "Zealous Ghost Landfowl" shows a picture of a ghost). Currently we have 16 pictures for 16 (hex) combinations. we can expand this to 16^2 (which is alot), or add special rare images for a certain number of name combinations.