Assignment 2: Word Up w/filter
Posted on January 31, 2006 at 03:29 PM by sj695
For assignment 2 I updated WordUp to replace "curse words" with g-rated alternatives. I also stream lined the cde a bit by adding a funtion to split and store lyric lines. I almost forgot, I also moved from an Array to Arraylist.
- WordUpNew.java
- DeLaSoul-TheGrindDate.txt
- FatBoys-AllYouCanEat.txt
- JayZ-99Problems.txt
- JayZ-RideorDie.txt
- KanyeWest-HeardEmSay.txt
Assignment 1: Word Up
Posted on January 24, 2006 at 02:39 PM by sj695
First off, it took me quite a while to come up with an idea for our first assignment.
So I attempted to incorporate parts of Jackson Mac's SIMULTANEITIES/SYNCHRONICITY into a performance type app call Word Up - A Dialogue in Hip Hop.
What Word Up does is reads in lyrics from hip hop songs and creates random dialogue that would be read from a telepromter, maybe.
Please note the code is a little sloppy and I need to replace some the code with methods.

0 Comments