A music player that utilizes Guitar37 from Guitar Hero, the second assignment to University of Washington CSE 143.
Download GuitarTunePlayer.java and put it in the same folder as your Guitar37.java (and of course, the same folder where your other start code should be).
Put your completed GuitarString.java
and Guitar37.java
into src
folder, and use your favorite
IDE to run the main method defined in GuitarTunePlayer.java
.
You can open this project in IntelliJ IDEA, which students get for free.
Never share your Guitar37.java
, GuitarString.java
, Guitar37.class
, GuitarString.class
and/or other assignment solution code related files with anyone. For more information, check with
your syllabus.
GuitarTunePlayer is licensed under MIT License.
Other Java source files under the src
folder are provided by
University of Washington CSE 143 class
Guitar Hero
assignment. Sources of other segments of this project that's
adapted from others' work are documented at the site of declaration.