Skip to content
This repository was archived by the owner on May 1, 2018. It is now read-only.
/ jamendo-contest Public archive
forked from jamendo/jamendo-contest

jamendo contest repository (fork me to participate in the jamendo 2013 developer contest)

License

Notifications You must be signed in to change notification settings

bkfox/jamendo-contest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jamendo Logo / Jamendo App Contest repository

PlasmaQuizz

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.

Screenshots

Index

Waiting for players

Page of the challenger

Page of the non-challengers

Details on lyrics

Details on configuration

Technical

Clients

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);

Server

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

Configuration

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

Thanks to Piks3l, Link Mauve, and Sonny for their long distance help;

About

jamendo contest repository (fork me to participate in the jamendo 2013 developer contest)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.5%
  • CSS 12.9%
  • HTML 12.6%