Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile user can still connect and win and beat Desktop users. Twitter message doesn't reflect game result #77

Open
ltfschoen opened this issue Feb 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ltfschoen
Copy link
Owner

ltfschoen commented Feb 19, 2023

Mobile user can still win and beat Desktop users. It shows that they lost in Twitter message if they share the result even though they won (they could easily edit it) and shows they won in the UI and wanted to shared on twitter. Since it's not a native game it requires them to sign in to Twitter to share it.

We weren't going to let Mobile users win since they can't sign in with QR code, so users that aren't even establishing that they have a Substrate address loaded can play

Need to change logic from chainAccountResult === chainAccount ... to chainAccountResult === chainAccount && chainAccount !== 'DEMO-MOBILE' ...

@ltfschoen ltfschoen added the bug Something isn't working label Feb 19, 2023
@ltfschoen ltfschoen changed the title Mobile user can still win and beat Desktop users. Twitter message doesn't reflect game result Mobile user can still connect and win and beat Desktop users. Twitter message doesn't reflect game result Feb 19, 2023
@ltfschoen ltfschoen changed the title Mobile user can still connect and win and beat Desktop users. Twitter message doesn't reflect game result net::ERR_CERT_COMMON_NAME_INVALID Mobile user can still connect and win and beat Desktop users. Twitter message doesn't reflect game result Feb 19, 2023
@ltfschoen ltfschoen changed the title net::ERR_CERT_COMMON_NAME_INVALID Mobile user can still connect and win and beat Desktop users. Twitter message doesn't reflect game result Mobile user can still connect and win and beat Desktop users. Twitter message doesn't reflect game result Feb 19, 2023
@ltfschoen
Copy link
Owner Author

ltfschoen commented Mar 9, 2023

if there's a mobile player they always win? or only if only one mobile player and only other desktop players?

if desktop player wins against a mobile player (no polkadot.js extension account) the mobile player is shown as winner but desktop player shown as loser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant