麻豆官网首页入口

芦 Previous | Main | Next 禄

Mooso - a game with a purpose

Post categories: ,听,听,听,听

Tristan Ferne | 12:47 UK time, Thursday, 10 December 2009

The R&D Prototyping team, in association with Radio Labs, recently launched a new public prototype called . Mooso is a game to play while listening to 麻豆官网首页入口 6 Music. Sign up at , then listen to 6 Music and tag the songs that are played. If you match other players鈥 tags then you score points. You can read more about it on the the 麻豆官网首页入口 Radio Labs blog. In this rather long post we explain some of the development process for Mooso, some of the technology behind it and we look at the problems and choices we had to make.

The evolution of an idea

The core idea for Mooso came out of an ideas session a couple of years ago. We wanted to build a web application for discovering new music that was inspired by games and fun.

Mooso is a . GWAPs are a concept first developed by of Carnegie Mellon University and the first mainstream example was the , which was subsequently licensed by Google as the . The principle behind these games is to create enjoyable and fun experiences for people that also do useful work as a by-product of their design. You can play several examples of GWAPs at including image-based, text-based and music-based games.

Typically these games match up a number of players over the internet and get them to independently describe some aspect of an image, text or music that is provided, if the players descriptions match then they get points. And those bits of independently entered and matched data can then be collated and used to aid search and navigation of the things that were described. This concept inspired us and we spent some time thinking about how we could use it for music discovery but came to a bit of a dead end. We wanted to build a music-based GWAP as a way of gathering tags and metadata but at the time we didn't have any on-demand music on bbc.co.uk, not even clips, so we couldn鈥檛 build a completely analogous game to the Image Labeler. What we do have however is live radio, and the eureka moment came when we realised we could develop a game of this type which ran synchronously with a radio station, using each song played on the radio as the basis for a round in the game.

So we took that idea and developed it, drafting some possible rules and then playing the game on paper to see if it would work - you just need a few people, a radio, a countdown timer and some paper and pens. When the radio starts playing a song everyone starts writing down tags, while keeping them hidden. After two minutes the round ends and you start the scoring. Go round the table in turn, each player reading out their tags, if anyone else wrote down your tag then you and they get a point and then cross it off, otherwise just cross it off. Then when everyone has either matched or not matched all their tags you can total up the scores for that round. Anyway, it was pretty fun to play and the idea looked good. We put together a small team and built a quick prototype over a couple of weeks, this worked OK and we played the game internally a bit but it wasn鈥檛 in any way scalable or robust enough to put on the web in public. So the idea was shelved temporarily while other things got developed and time passed.

The original Mooso design

Then earlier this year we picked the project up again and turned it into a .

How it works

Mooso is built in , it鈥檚 one of the technologies that our team use for prototypes, in this case providing enough robustness and performance combined with speed of development. The main challenge in building the game is the real-time nature of it, which is an interesting trend on the web in itself. We decided to use , a standardised Instant Messaging (IM) protocol, to power the game as it would give us a scalable way to receive real-time submissions from players and send them instant updates as they play. We use the Jabber server because it is very stable and we have some experience of using it in the 麻豆官网首页入口.

The Mooso play page

As Jabber is an IM protocol we need some way of integrating that into the game鈥檚 website. If you鈥檙e playing on the website then the pop-up Play page (shown above) communicates to our eJabberd server using a Flash bridge (based on the ) which allows a direct connection to be made over the standard Jabber ports. If you鈥檙e behind a firewall (e.g. if you鈥檙e playing at work, which we wouldn鈥檛 condone obviously) we provide a Javascript fallback (based on the ) which connects to the eJabberd server using HTTP binding or long polling over the standard port 80. Around 8 out of 10 people connect using the Flash bridge. Using Jabber also meant that we can let people play over instant messenger (if they have a Jabber or Google Mail account) with very little extra code - see the .

The game is run by a number of Ruby scripts which communicate with each other internally over Jabber as well, using the . One script manages player communication and the start and end of each round. Another script manages timing information and sends out timer messages, like when there are 30 seconds left in the round. A third script listens for new tracks to be played from the 6 Music hard disk playout system. This is what triggers the start of a new round, although not all tracks that 6 Music plays are played out like this. So live sessions, for instance, do not trigger a new round. And another script handles scoring, which is the first point at which we have any communication between the game and the database - deliberately done in order to de-couple the real-time gameplay from the website serving. Once scoring is done the database and site are updated to reflect the players鈥 new scores and the round which was just played. This architecture means the game mechanics are modular and should Mooso become very popular we can move processor-intensive functions like scoring onto dedicated hardware.

Playing the game

Fairly obviously, the game requires several people to be playing simultaneously for it to be any fun, which could be a problem. We try to help remedy this situation by generating 鈥済host鈥 sessions for when there are few players online. We can only do this when a round involves a song that has been played in a previous round. At the end of the round, before scoring, we select several previous sessions for that song when available (where a session is tags from a player during a round) and add them to the pool of real players鈥 sessions to be matched and scored. There鈥檚 a caveat that these ghost sessions can鈥檛 be from any of the real players in that round so you can鈥檛 end up playing yourself! A player also doesn鈥檛 get any post-hoc points if they happen to be one of the ghost sessions as that becomes too complex, so only the current 鈥渞eal鈥 players in a round score any points.

The rules we currently have in place mean that you get a single point if you enter any tags at all in a round, 5 points for every tag you match with other players and 10 points for every artist/band you match. We determine if a tag is an artist by matching it against our MusicBrainz-powered database of artists. Only by people playing the game will we discover if these rules work and we imagine that they may need to evolve over time to fine-tune the game for maximum enjoyment and usefulness. The tag matching is done with a varying threshold. Below a certain number of players you only have to match one other person but as the number of simultaneous players increases that threshold increases so you might have to match 2 or 3 or more players if there are many people playing.

This brings up some interesting questions around what kind of tags we will get from the game. By requiring players to match tags we are, hopefully, validating that those tags are in some way relevant or descriptive to the song. And we also want to avoid people spamming or abusing the game, hence the varying threshold. But by setting this threshold are we penalising those players who have specialist knowledge and enter obscure but valuable tags? Are we just going to get the lowest common denominator tags? We could start banning tags which have been entered too often (i.e. rock and indie) and we could also consider awarding points based on the of each tag - i.e. you get more points for tags that are rarer and potentially more interesting.

It鈥檚 also worth thinking about whether this kind of tagging is different to other music sites that use tagging. I guess the motivations for people tagging music on places like are partly for their own use (which is why you often see the tag 鈥溾) and partly for the community. Mooso is potentially different as it has a particular audience (the 6 Music listeners), the players aren鈥檛 entering tags directly for their benefit, and they don鈥檛 even necessarily like the song that is being played. But they are, hopefully, having fun. Will these motivations make a difference to the qualities of the tags? We don't know but we hope to investigate.

The tagging data that we do capture from the game is used to create links inside the Mooso site so matching tags and artists are used to create links between and on the site creating an interconnecting web of music, songs, tags and bands. Internally we are actually storing all the entered tags, whether they match or not, and we hope to analyse these in more depth at some point. We are also planning to release the dataset of matching tags and artists under the which will allow other people and organisations to benefit from this data.

Comments

  • Comment number 1.

    Related tagging games:
    Yahoo:
    WAISDA: [Unsuitable/Broken URL removed by Moderator]
    These two also relate to 麻豆官网首页入口 R&D's Archive Research Section, because the first was developed as part of SEMEDIA and the second is developed by Beeld & Geluid, partners of 麻豆官网首页入口 R&D in several project: Birth of TV, Video Active, EUScreen -- and the Presto series of projects.

  • Comment number 2.

    Unfortunately you can't read the URL of the Dutch National Audiovisual Archive, and their application for using user-generated information for multimedia indexing -- because 麻豆官网首页入口 rules don't allow referring to sites that aren't in English.

  • Comment number 3.

    Sorry about that, over-zealous moderators I think. If anyone wants to find out more then if you search for WAISDA you should get there.

More from this blog...

麻豆官网首页入口 iD

麻豆官网首页入口 navigation

麻豆官网首页入口 漏 2014 The 麻豆官网首页入口 is not responsible for the content of external sites. Read more.

This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.