CS 257: Software Design

Sprites

Do this project on your own. We'll go back to partners for the final couple weeks. You may, of course, discuss the project with classmates if that helps you think things through.

We will, together, write a Java program with sprites moving around in a window, making sounds. This work will be based on the JavaFX library. You can find tutorials on JavaFX in lots of places, (e.g. this one from JetBrains).

The final main program will be written by Jeff, and each student will write one sprite subclass. The result should be weirdly spectacular.

The code will all be shared and maintained in a single git repository on bitbucket.

What to do