The ARTank with Johnny Five
First install the Firmata Communication Library on the Arduino. Firmata is part of the examples in the Arduino IDE, just open the sketch with:
File > Examples > Firmata > StandardFirmata
Then install it on the Arduino Board.
Johnny Five is part of this Repository, all you need to do is just to install it:
> npm install
The master branch is considered as the standard example branch with ready configured Johnny Five.
If you want to add and develop other features like Gamepads, Computer Vision, AI or whatever your imagination comes up with, please create a new branch for it.