Hello!
I was wondering if it's possible to create music games in Java? I played games like Beat Hazzard and Audiosurf and the like, and I thought about how to do it: dynamically download songs that the user selects and finds pieces of information (for example, bass notes) and does something in return.
I don’t even know where to start, but I found ways to play music (through some other classes or the Java Sound API). Has anyone ever done anything like this before? Any help is appreciated.
source
share