Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Brick Breaker Thing I Made.

Spades

Went out for groceries and never came back
Joined
Jun 9, 2017
Messages
289
So I've been away from Flux.tf for a while to focus on classes and shit. On the flip side, I am getting better (I think) at coding stuffs. In my Computer Science class, I managed to scrape together this masterpiece of a game that works rather well for being coded in Java with my bare minimum understanding of JavaFX. I thought I might as well share it here since I have nothing better to do in life

Screenshot:
View attachment

Controls:
Just use the mouse to move around the paddle.
You have 3 lives but... if the ball falls once, you are pretty much fucked.

Run the .jar to play.
Actual code is included if you feel like fucking around with it, idk why you'd want to though.
 

Attachments

  • 0 bytes · Views: 3

Spades

Went out for groceries and never came back
Joined
Jun 9, 2017
Messages
289
Did I win or lose? :thinkdrops:
358632579bfff7794134b0b22b8f0134.png
fuck. looks like I didnt fix that one.

Basically, you won, but then the ball kept falling, and you ran outta lives, so it also sent a youLose()

Ill make the ball stop once it broadcasts the win signal... later
 
Top