10-16-2023, 06:35 PM
Write a program to move a ball aound the screen with arrow keys. Try to get the ball to move naturally and easy to control, and bounce off the edges of the GraphicsWindow.
When the single ball control works as you want it, extend the program into a game with a second ball for a second player. using WSAD keys. This can then be a chase/tag game where one player has to escape the other for as long as they can.
When the single ball control works as you want it, extend the program into a game with a second ball for a second player. using WSAD keys. This can then be a chase/tag game where one player has to escape the other for as long as they can.