Home

Awesome

Rock Paper Scissors

Demo web app that allows you to play Rock Paper Scissors with another user via NFC

Warning

The RockPaperScissors demo was written for Android 2.3.3, where the phone sent the NFC message to the peer immediately. Later versions of Android changed how this worked. Google added "push to beam" functionality which essentially breaks this demo.

Requires

Building

PhoneGap 1.0 is included in the project

Build instructions assume you have the following installed

$ git clone https://github.com/don/rockpaperscissors $ cd rockpaperscissors/ $ ln -s lib libs $ android update project -p . -t android-10 $ ant debug install

See phonegap-nfc for more info