Noid Posted June 11, 2015 Share Posted June 11, 2015 I want to create a moible game where one of the mechanics involves reading qr codes from someone else's screen. Any ideas on how implement that using phaser? Link to comment Share on other sites More sharing options...
drhayes Posted June 12, 2015 Share Posted June 12, 2015 Phaser doesn't have built-in QR code reading stuff (obvs!). You'll also probably have problems getting this to work on a game served from a webpage (unless you use the Camera API which I don't think works on mobile Safari). If you're doing this in Cordova/PhoneGap then you just need to install the barcode scanning plugin and use that. Link to comment Share on other sites More sharing options...
Recommended Posts