I have an HTML5 ping pong game. You can check it out at (http://pong.hackrdojo.com/). How do I make a controller, where I can use a breadboard interface with two buttons all linked to an Arduino microcontroller for moving the paddle up and down?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
An even easier method is to buy an arduino leonardo board (cheap on ebay). There is demo code to create a keyboard.
Have fun making out there game controllers. That's how I did it and it works beautifully. |
|||
|
|
|
Right now I am going with Aknosis' solution of using Johnny Five(https://github.com/rwldrn/johnny-five) I am open to any other alternatives. |
|||||
|