Reputation: 648
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?
Upvotes: 0
Views: 364
Reputation: 21
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.
Upvotes: 2
Reputation: 648
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.
Upvotes: 0