Show Your Code #10

Pick one of the following options to write.

1. Plotting Data - Find a data file with data that you find interesting (not what we did in class). Make a JavaFX chart that displays the data from that file.

2. Moon Lander - There is a simple game called Moon Lander where a lander is falling toward a surface, accelerating with gravity. The user can fire thrusters with a key that push against gravity. If the lander hits the surface moving too fast, player loses. If it hits slowly enough, they win. Write this game using JavaFX.

3. Bouncing Balls - Write a program where you have two or more balls (2D or 3D) that bounce off of one another.

4. Tic-Tac-Toe - Write a game of tic-tac-toe using JavaFX graphics.