Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 326 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 326 Bytes

SGDC Learn Jam 2020: JavaFX

Main.java contains an implementation of Asteroids, as walked through here: https://youtu.be/ceMz7JMkKuw. If you create a JavaFX project and replace the default Main.java file with this one, you'll be good to go.

Framework.java contains boilerplate code for a 2D real-time game in JavaFX.