PlasmaQuizz is a video-chat web game, where players must complete challenges on the music to get points from other players.
It encourage cooperation in the way that players give their own points to score the others, and help to discover a lot of artists from Jamendo.
Important Note: Because it uses WebRTC, that is a technology not yet stabilized, only beta versions of web browsers, such as Firefox Nightly ( http://nightly.mozilla.org ) can run this game for the moment.
The game music content comes from Jamendo ( http://jamendo.com )
It has been made for a contest, and is no more maintained.
Because it uses WebRTC, that is a technology not yet stabilized, only beta versions of web browsers, such as Firefox Nightly can run this game for the moment. The game is in total peer-to-peer (except for the handshake);
About the server, a NodeJS server is used for the signaling system between peers; It is found in the ./server folder;
For statics files that can be served as usual, the directory is ./client
The configuration is done through different files: server/config.js, client/config.js, and client/jamendo_api_credentials.js; This last file must have the following syntax:
config.jamendoID = ""; // your jamendo api identifier
config.jamendoSecret = ""; // your jamendo client's secret (not really needed)
Thanks to Piks3l, Link Mauve, and Sonny for their long distance help;