/ClientGame

The Client part of the project named Two Boxes with Balls. Balls are bouncing inside rectangular container boxes. This program is running on two computers. If the ball touches the right side border of the first box, it will emerge from the left side border of the second box. Used different colors for balls which run on different computers. When a ball touches the right side border, It will capture current attributes of this ball object and send this information using sockets to the ball bouncing program which is running on the second computer. This program will create a ball object with the variables received from the first computer. The ball object on the first computer should be destroyed.

Primary LanguageJava

ClientGame

The Client part of the project named Two Boxes with Balls. Balls are bouncing inside rectangular container boxes. This program is running on two computers. If the ball touches the right side border of the first box, it will emerge from the left side border of the second box. Used different colors for balls which run on different computers. When a ball touches the right side border, It will capture current attributes of this ball object and send this information using sockets to the ball bouncing program which is running on the second computer. This program will create a ball object with the variables received from the first computer. The ball object on the first computer should be destroyed.