Dictator Experiment through Multiplayer Online Games
What is Dictator Game? http://en.wikipedia.org/wiki/Dictator_game
-
INSTALLATION: ===================================================================================================================
- Download Node.js at http://nodejs.org/
- Install Node.js
- Clone this repository (if not done yet)
- Execute "npm install" to install the modules
-
HOW DOES IT WORK: =================================================================================================================== The server contains a current experiment which is the only active experiment. This experiment can be tweaked from the administration page.
The most important options are the number of repetitions and the ype of game. For now only the space coop works totally (some problems with the trajectories of the game rabbits avoid us to publish it)
An experiment must be running before clients connects to the server and play (by default an experiment is created and launched)
-
USE: ===================================================================================================================
- Execute "node app.js" (in terminal or cmd for windows users)
- *IN LOCAL: type "http://localhost:8099/admin" to access the administration page "http://localhost:8099/game" to access the game page *ON A SERVER: "url of the server/admin" or "url of the server/game"