Demonstrates the use of Vuo to create a simple game.
Here's a Pong clone using the bouncing ball algorithm posted previously in the composition gallery. I haven't refactored the composition so it looks a bit messy.
Player 1 keys are W and S, Player 2 keys are P and L.
Here's a bouncing ball without using the Curve node so that the vectors location and velocity can be used and seen in the composition. There is symmetry within my composition which suggests that it could be simplified. Any help or improvements appreciated.