cgsdev0 / rollycubes

online multiplayer dice game
https://rollycubes.com/
MIT License
19 stars 10 forks source link

the see thru dice break on mobile #124

Open cgsdev0 opened 1 year ago

cgsdev0 commented 1 year ago

apparently the mousemove event only triggers on mobile when you tap the screen, so you can get ghost dice if they happen to land where you last touched the screen. maybe we can compare the time stamp of when the dice were rolled vs when the mousemove event was recorded