bananajuicellc / first.bananajuice.tech

A selection game to help gamers pick who goes first.
https://whogoes1st.com
Mozilla Public License 2.0
1 stars 3 forks source link

Remember which cards have already been displayed in the deck. #31

Closed tswast closed 8 years ago

tswast commented 8 years ago

Uses DOM Web Storage (synchronous) rather than the Chrome Storage API. I considered Indexed DB, but it sounds like support isn't quite ready for iOS browsers, yet.

Also, removed much of the unused Chrome App code. I leave the dice function since I haven't converted that to the web app, yet.

Can I remember what cards I've seen?