Name Last Update
experiment_designer Loading commit data...
units Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
cultural_matrix.ico Loading commit data...
cultural_matrix.lpi Loading commit data...
cultural_matrix.lpr Loading commit data...
form_chooseactor.lfm Loading commit data...
form_chooseactor.pas Loading commit data...
form_matrixgame.lfm Loading commit data...
form_matrixgame.pas Loading commit data...
icon.xcf Loading commit data...

README.md

lacs-matrix

How to install?

Windows

  1. Download and install Visual C++ Redistributable for Visual Studio 2015. You may find it here: https://www.microsoft.com/en-us/download/details.aspx?id=48145

  2. Copy the libzmq.dll (v3.2.5, 32bits, dynamic, compiled with VS 2015) library to the same folder as the cultural_matrix.exe file.

Linux

  1. Install libzmq.so, v3.2.5, 64 or 32 bits, on your system.

How to setup?

  • You have at least two options.

    1. Running from different folders in one machine (default for debugging).
    2. Running from different machines in a local network.
  • If you have a firewall enabled, you must create a firewall rule adding the program as an exception.

  • You will need an instance of the program running as Server (researcher) and others running as Clients (players). You will need at least two clients.

  • Clients must connect to the IP address of the Server; just create a file named 'IP' in the root folder of each client containing the Server IP on the first line.

Known Issues

A referral was returned from the server

  • Windows Only Error.
  • Solution 1: Right click at the .exe and select properties. In the tab compatibility, check the checkbox "Run as administrator".