The ball must move and when it touches the walls of the bigger circle, it should change self.x and self.y.
I have a function that generates an array of new Ball(config). Inside each Ball I have a self.move function
The problem is that I don't know how to modify x and y. This is my code.
https://github.com/oanapopescu93/casino/blob/master/client/src/components/pages/games/keno.js