Matthew
@matthew
ok I have a rough game up and running... figured I'd build the entire game client side on web, then scaffold the mini app, then do some testing on ngrok live on FC (which I'll post the link for in case folks want to join, then move everything to a server and set up payments
8 replies
13 recasts
56 reactions
Juliettemeon 🎩
@juliettemeon.eth
I don’t know how the system works, but since my profession is poker, I’ll mention that players always doubt whether the app might manipulate the cards ( I’m referring to real money games ), In your system, is there a possibility for user side manipulation ? I mentioned the client side aspect because of that
1 reply
1 recast
2 reactions
Matthew
@matthew
oh yeah none of this should be handled on the client! just for testing purposes, then everything will go to a server. the other thing is apparently using Math.random() to shuffle cards can be gamed, so I need to use the crypto.getRandomValues() instead
1 reply
0 recast
1 reaction