You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎮 This repository hosts a Bouncing Ball game coded in JavaFX, offering a fun and interactive gameplay experience. It showcases object movement, collision detection, and score tracking, serving as a great example for developers interested in game development using JavaFX.
This is a two player game in which you have to control a circle on the screen(evil circle) that catches the bouncing balls on the screen. Two players can play the game and for it the controls are as follows Player 1 can go in 4 directions with W,A,S and D keys. Player 2 can do the same with arrow UP, DOWN, RIGHT and LEFT.