- Coin Distribution (Negative --> Positive) --> Players' Speed (Negative --> Positive)
- Coin Distribution (Positive --> Negative) --> Players' Speed (Positive --> Negative)
- Players' Speed (Negative --> Positive) --> Coin Distribution (Negative --> Positive)
- Players' Speed (Positive --> Negative) --> Coin Distribution (Positive --> Negative)
- Coin Distribution (Negative --> Positive) --> Players' Speed (Positive --> Negative)
- Coin Distribution (Positive --> Negative) --> Players' Speed (Negative --> Positive)
- Players' Speed (Negative --> Positive) --> Coin Distribution (Positive --> Negative)
- Players' Speed (Positive --> Negative) --> Coin Distribution (Negative --> Positive)
Release v0.1.4 only supports windows. Mac is only supported up to v0.1.2.
-
Fix slider bugs
-
Make the round number larger
-
fix movement
- If you are updating the game, We recommend deleting older versions.
-
Download the latest .zip release from here
-
Drag the downloaded .app file to your desktop or application folder
-
Double click the app icon to open it. You should get and error that looks like the image below
-
Then you want to go to system preferences and under that go to security and privacy you should see something similar to the image below
-
Click the open anyway box to open the task. If you do not see the box you need to attempt step 3 first
-
You should see a popup and click open like the image below
-
After entering your participant id and selecting a config, if the game crashes after the instructions you need to drag the app out of the download folder
Download XCode from the following link: https://apps.apple.com/us/app/xcode/id497799835?mt=12 This should install git
- press 'cmd' + 'space'
- Type terminal and enter
- in the terminal, enter
git clone https://github.com/gpnlab/Privilege-Recognition-Task
- Enter the following:
cd Privilege-Recognition-Task
pip3 install -r requirements.txt
python3 -m PyInstaller main.spec
mv -f dist/PAT.app ~/Desktop
- The application will be on your desktop named 'PAT'; double click to run
- Download the executable from the release window
- Run it and follow the directions
- press 'cmd' + 'space'
- Type terminal and enter
- Delete everything in the build folder
- in the terminal, enter the following:
cd Privilege-Recognition-Task
git pull
pip3 install -r requirements.txt
python3 -m PyInstaller main.spec
rsync -va dist/PAT.app ~/Desktop/PAT.app
#NOTE: If prompted '...overwrite (y/N)?' enter 'y'
- The application is now updated on your desktop
- Answer the questionaire with the mouse and submit when done
- Use arrow keys or WASD to move (you are player 1)
- Collect as many coins as possible
- 1 player vs 3 AI
- Multiple Rounds
- Record every input from the player (time-stamped by by game tick)
- Player moves up, down, left, right. Collect coins
- Experiment parameters: Coin distrobution, speed, number of rounds
- AI either has optimal, random, or "stay still" movement (random walk via markov chain)
- Feedback: Number of Coins per player/enemy
- Configuration for each "level"
- Gradient Setting for bias
- Single choice questions
- Multiple choice questions
- slider questions
- JSON configuration file
- Modular ordering of configurations