
To run the serial server (in order to communicate the p5 part of the game with the arduino controller):

	node startserver.js

Please, take into account that you must install node.js so that the server can be run.


IMPORTANT: 
Be sure to change the variable "portName" (in the sketch.js file) so that its value is 
the actual serial port you are using to connect the arduino controller. 

