Wednesday, September 29, 2010
Weekly Progress (Sept. 29)
Weekly Progress - Rob
Weekly Progress
This week we were also tasked with an initial prototype of the game in order to allow us to test out some of our game ideas and aid us in our decision making process. I spent a good deal of time, and managed to come up with a 'first playable version' of sorts. There is placeholder art everywhere, but the simplest mechanics are down.
The player has 5 cubes at the bottom of the screen, which represent his current 5 instrumentalists. Their instruments are labeled below them. Each one has 4 patterns which they can play (which are the same rhythms across all instruments). The one labeled "Pattern 0" is empty, representing the instrument not playing anything. The user can click on each of the patterns and the instrumentalist will start playing it.
As soon as the game starts, monsters (Joey's Chordcat model) spawn at the white cube in the back. They rush towards the player. If a monster touches the white plane in front of the player, that monster dies and the player loses 1 health (shown at the top). If the players health reaches zero they "lose". For now monsters keep coming, mostly for testing purposes. The player can click a button in the top left to reset the monsters and their health.
To stop the monsters, the player must select patterns for their instruments. Whenever one of the Bass Drums play a note, the monsters are slowed to half their movement speed for 1 second. Whenever one of the Snare Drums play a note, all the monsters take 1 damage. Whenever the Synthesizer plays a note, the monsters take 2 damage. Each monster has 10 health, and a new monster is spawned every half second.
The prototype can be played Here
Weekly Progress

Monday, September 27, 2010
MQP Meeting 9/23 Notes
- We went over both mine and Joey's concept art and discussed what we liked, possibly alterations, and ultimately what art direction/style we would want to take (what feeling we want to get from it)
- Professor Rosenstock brought up the possibility of having to complete other challenges such as creating weather or breaking down walls in addition to fighting monsters
- Kyle brought up some software that is able to analyze a given piece of music and is able to report back on things such as temp, key, but nothing as far as being able to judge creativity (perhaps it doesn't even matter)
- We presented and discussed our most flushed out design concept and focused on what things we might still be missing or hadn't thought of yet; these include potential background tracks, looping, the point of view, and potentially fixing sequences on the fly
- Professor Finkel suggested we try to put together a first playable version so we can judge how everything looks on screen, if we like how it works, and to get a basic sense of the battle mode game mechanic
- We also discussed Brian's idea that a person can compose a song, which is then turned into a monster, and in order to defeat the monster a player must compose something similar to the original composition which created the monster to begin with
- We discussed potential GUI ideas, how to address not durations (MIDI in Unity), possible in game instrument limitations, having preset compositions for instruments, and having specific art assets to correspond with specific musical sequences
- Kyle described his Task Objects & Actions agenda item
- NEXT MILESTONE: creating low-level, placeholder art assets as well as basic GUI elements in order to put together a playable, interactive demo
Wednesday, September 22, 2010
Concept Art
The pictures I drew come in two different styles:
A.) Monsters made of symbols you would find in sheet music with odd markings on their bodies. They are supposed to be more monstrous.
B.) Monsters that look like cartoony versions of creatures we see in real life. Their bodies are adorned with various symbols from sheet music.
According to the milestones, it looks like I have to start on models this week. So, which direction do we go in?
Weekly Progress
This week we worked on possible designs for the user interface, while at the same time continuing to flesh out the concept. We came up with a lot of good ideas, and it's prooving difficult to chose which ones to go with. The UI design will depend a lot on certain design decisions; for example, wether we aim for more of a compositional tool or focus on real-time performance aspects. Because we have still not settled on just one idea, figuring out what the UI will look like is tough, so I decided to try a more technical approach. I created a quick list of task objects and task actions which fit to the general ideas that we seem to be leaning towards.
Task Objects:
1. Instrument
- Unit(s)
- ??
- Notes
- Units/Instruments
- ??
- Type/Weakness
- Spead?
- ??
Task Actions:
1. Compose
Objects:
- Instrument(s)
- Pattern(s)
Actions:
- Create patterns by selecting instruments and notes for them to play
Objects:
- Pattern(s)
- Monster(s)
- Select patterns to perform to appease/weaken monsters
- Create good sounding music
One of the things me and Dylan also looked into was a possible metric or algorithm for scoring "good" music. We came up with some possible ideas for scoring how well the user is able to follow certain criteria, but it is still difficult to score creativity which might break the rules but still sound good. This is something we will certainly have to keep in mind throughout this project.
Weekly Progress 9/22 - Rob
I've also put together a rough concept/design document that I'll be able to bring to the meeting. We feel like we have a solid basis for the game and so I think it's important to be able to write it up so we have something on paper that we can always refer to.
Weekly Progress
For the milestones this week, we had Interaction/GUI Designs due, so I came up with a few different GUIs we could use. I drew up some simple examples and explained them during our meeting. I came up with a few different things for the composition interface and the 'performance'/game interface.
I also spent time working with Kyle on the problem posed by Prof. Finkel on Thursday. We were trying to come up with an algorithm to "score" music, especially on its creativity, but decided it's probably too complicated of a problem for this project. We have some ideas for how we can score music based on a few preset 'goals', but as far as how creatively or how well the music accomplishes this, we can't find an easy way to do it. It seems much easier to just ask other users.
Also during this week, I prototyped a fairly simple matrix/step sequencer in the Unity WebPlayer. I wrote a post (with a link to a playable version) on it, which is available here. It demonstrates some of the basic composition functionality and that it's possible with Unity.
Monday, September 20, 2010
Game Concept Thoughts
After attending the meeting last Thursday (9/16) and hearing the potential issues for creating the game, I came up with a couple ideas that might help. I don’t mean to try and influence the game design much, but perhaps you guys can take these ideas to brainstorm and take the game in whichever direction you want to take it. My thoughts are as follows:
I liked the idea that players would fight off monsters with music. However, it would be difficult for the computer to tell whether the player is fighting correctly. It would be possible for the computer to award points for harmonically correct notes, but there are many different musical modes which would sound good but be scored low because they are “more creative.” My proposal is to have each monster associated with a pre-composed song. Players who fight a monster have to somehow recreate that song using the instruments in their band and improvising as needed. Basically, everyone who fights monster X will end up with something sounding similar to song X. This will give the player something interactive to do while playing/rating songs, and make the game worthwhile to play for people with no musical talent. For people who can compose, however, they can go into the composition mode, create a song, and then click a button to turn it into a monster that other people can fight. Hopefully this makes sense; I can elaborate on it if need be.
Friday, September 17, 2010
Bigger Unity Sequencer Example
Aesthetically/Graphically it could be organized a little better so the different instruments are separated a bit so the synth seems more like one group, but this was a quick example.
You can try it out yourself here.
Unity Sequencer Example
Currently, after about an hour to an hour and a half of work, I have a working demo of a single tracked, single noted step sequencer that runs in the web player. Basically, there are 16 buttons, each representing a tick of some sort (whether they're beats, half beats, etc isn't really defined). An X is put on the one that represents the current tick. The X moves across the row of buttons and plays a click when it hits a button which is 'enabled' or 'toggled on'. Once it gets to the end, it repeats. This X moves at a constant speed across the buttons.
This example is available for anyone to try here.
Thursday, September 16, 2010
MQP Meeting 9/16 Notes
- This was our first meeting at our new meeting time and location (4:00pm / FL 141)
- Spent time getting Professor Finkel up to speed on current progress; this included introductions, MQP related jobs, nature of the contract, previous research, and future milestones
- We went over the Team Contract and eventually signed it
- We continued to discuss and flush out the multiplayer component of the game
- Joey discussed his idea of using user composed music to fight monsters; this included monsters feeding on/causing disharmonies, playing correct harmonies would fight off the monsters
- This discussion evolved into a game mode where each monster provided the player with a pool of "musical resources" or restrictions which would serve as the framework for which they composed in
- A further evolution involved creating varied compositions out of battle, and then once in battle the monster would alter or disrupt what the player has composed, causing the player to have to adapt in real time
- We also discussed a potential format where playing certain notes or a in a certain style would attract audience members
- Professor Rosenstock brought up the topic of Performance vs. Composition; Rosenstock was concerned a computer would serve as a poor judge of creativity
- Professor Finkel elaborated that, if humans can't even come to a consensus about what is good music, then an AI would have even more difficulty
- We discussed possible methods of scoring, whether they be in-game based on the structure of the composition, or whether by other people
- This is an important decision because it directly influences the direction of the tech team (AI system vs. social networking platform)
- Professor Finkel suggested the tech team to try and come up with a design of a potential algorithm or method to implement a computer scoring system (may be impossible)
- We debated the nature of Creativity vs. making "good" sounding compositions
- Professor Finkel made an intriguing point that people today vastly prefer classical music over contemporary music, so what players would probably prefer would be more traditional styles, which would conceivably be easier to score
- Finkel referenced the game ElectroPlankton (http://en.wikipedia.org/wiki/ElectroPlankton)
- The tech team briefly discussed possible Unity limitations; these included: the use of dropbox over SVN, the use of the web player has limitations in terms of how many and how fast assets can be loaded during the beginning, there is no video playback or streaming within Unity, the web player limits how much can be saved on a local machine, and debugging in the web player is cumbersome
- A potential limitation is the number of sounds Unity can support (simultaneously?)
- NEXT MILESTONE: putting together a art concept document (mock up of interface, concept art of monsters as well as the in-game world, text description of overall art style), putting on paper the concept document once the multiplayer mode has been finalized, and Professor Finkel's suggestion for the tech team
Wednesday, September 15, 2010
Weekly Progress 9/15 - Rob
Possible Game Concept
The basic story would be that you assume the role of a traveling musician wandering a world where villages are frequently attacked by monsters (maybe called "Cacos"). The only surefire way to drive off these Cacos is by making music.
The player begins his journey with a very simple instrument, like a stick. The Cacos dwelling in the first village the player encounters are not that threatening; simply beating your stick in a rhythm will vanquish them. However, the player cannot fight off the more powerful Cacos alone. He must join forces with other musicians with other instruments that have the power or unique qualities to fend off these beasts. For example, a guitar that stuns enemies, or a bass that shakes the earth.
However, the key to effectively and quickly vanquishing the Cacos is making music. You can't just bang the stick any old way and expect it to work, or simply let your hand strum out of control on the guitar; the Cacos thrive on the absence of harmony. Subjected to harmonious music, they withdraw, pass out, or even disappear. Keep a relative rhythm! Play notes that sound good! And pay attention to what your buddies do! If all of you together play a song that sounds good, the damage you do to the Cacos multiplies quickly. Messing up once in a while is fine, but if the band isn't playing together for a while, then the angry Cacos will jump on the chance to strike during a moment of weakness. The drummer may control the tempo of the song, but he must also be supported by his friends playing the right notes and at the right moments. The band that plays together stays... alive.
Through your adventures, you'll be able to acquire some useful tools that you can use to defend the villages from Caco attacks more effectively. New instruments and upgrades gradually become available for you to use and master (i.e. drum kits, guitars with more strings, keyboards). You may also find tablets that list out different measures that you and your band can play, making it easier to see what notes or beats you should be playing next. By combining the measure tablets in effective ways, you can create full songs that may be able to drive off any Caco outbreak. Hey, if you don't know what you want to play, stick with what you know.
So, there's my basic idea. Of course, terms like "village", "attack", or "Caco" can be modified, but the idea would still be the same: a troupe of musicians traveling around the world making music to make the world a better place. Any thoughts? Comments? Criticisms?
Weekly Progress
A lot of my time has been taken up by an IMGD 3XXX project. I hope we decide to stick with regular input devices for the Music Game as working with hardware can really be frustrating! :\
Weekly Progress
Firstly, I came up with a list of all limitations I could find on Unity. I made a list of them and ranked their relevance in a document, and made a post about it (Available here).
I also came up with some Ideas for the battle and laid out a couple of our thoughts. Notes on this are available here. Another thing I ran into along these lines was a web API by EchoNest that can "analyze" music in a few different ways, most of which may be too abstract for scoring, but definitely at least worth looking into. (Links are available in the notes link above).
In addition, I have worked out the advisor situation, and have figured/planned out a meeting time for the whole group.
Tuesday, September 14, 2010
Unity Limitations
So this week we aimed to figure out all of these limitations of Unity, and how they may affect us. Here is a link to a running list of all the limitations we've come up with, each shown with a importance or relevance to our project.
Monday, September 13, 2010
MQP Meeting 9/9 Notes
- Team Roles have been set
- Need to hammer out the details of the 'contract', member expectations, responsibilities, communication, task lists, etc.
- Discussed the use of the Google Calendar and possible future changes, such as the breakdown of more broad tasks into smaller, more manageable ones which are then assigned to team members and listed on the calendar.
- Possible agenda item for next meeting: Brian's role, notably during A-term when there is a lot of preparatory work.
- Dylan expressed concern over using SVN, suggested the use of Dropbox
- Possibility of talking to Derrick Barth (IMGD Lab guy) about the potential use of the Pro version of Unity.
- discussed possible UI elements such as visual performance confirmation while composing, scaling game complexity, note restrictions, etc.
- Discussed possible new meeting times to reconcile with Professor Finkel.
- Discussed utilizing Google Groups as an email alias.
- MOVING FORWARD: we discussed potential variations on multiplayer game modes as well as addressing the next set of milestones.
Wednesday, September 8, 2010
Not Much To Say
What I've Done (Sept. 8)
ReBirth Museum
Two music demos from hollowsun.com
Weekly Progress - Rob
Weekly Progress
I also talked to other Professors about co-advising. I met with Prof. Finkel tried to work through times with him, though no final decision has been made as I'm still awaiting responses on what times work for everybody.
I also looked into some other things for group management/collaboration (including Google Groups/Dropbox) which I may push people to use as we progress through the term if they seem like they would be useful.
Lastly, I did some work coming up with a few other limitations with Unity that we may have, though this is more for next weeks discussions.
First set of Milestones
September 9th:This will also be maintained and kept up to date on our Google Calendar if it changes.
Complete unity development tutorials/gain experience with Unity platform
Research existing music composition interfaces
September 16th:
Elaborate on Concept Document to flesh out the details of the game
Research limitations of Unity, web player
September 23rd:
Design game GUI/interaction
Create Concept Art/Design Documents
September 30th:
Write Tech Design doc for each tech aspect
Create low poly character model/rig that can be customized for each character
October 7th:
Initial prototype progress (Art Due?)
October 14th:
Create core art/animation/GUI/audio assets
Build Functional Prototype of game Composition mode
Sunday, September 5, 2010
Original Concept Document
Original Concept Document
Friday, September 3, 2010
Blog Created!
This is to be the blog to document progress for the Music Game MQP at WPI in the 2010-2011 school year. We will be posting information and media about the progress of the project as we work through it. You can look forward to images, videos, and possibly prototypes being hosted here, and can follow our progress!