Skip to content

A uni research project, aimed to adjust the game's difficulty based on the player's cognitive load (how much info the player's brain can store/process in real time).

Notifications You must be signed in to change notification settings

vondreii/cognitive-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cognitive-load

About

This was made as part of a uni research project, aimed to adjust the game's difficulty based on the player's cognitive load (how much info the player's brain can store/process in real time).

It is a modified version of the street racing game sourced from https://github.com/Microsoft/Imagine_street-racing

The game is a 3D street racing game where the player must avoid the obstacles on the road. The player scores points when avoiding these obstacles.

Alt text

To Run

To run the game using unity, please ensure you have installed Unity on your PC (2017 versions or higher).

System Requirements for Unity:
OS : Windows 7 SP1+, 8, 10, 64-bit versions only; Mac OS X 10.11+.
GPU: Graphics card with DX10 (shader model 4.0) capabilities.

  1. Run Unity
  2. Select ‘Open’
  3. Depending on which version of the game you want to run, navigate to any of the folders:
    • cognitive-load\v1
    • cognitive-load\v2
    • cognitive-load\v3
    • cognitive-load\v4
  4. Select the play button at the top of the window.

Gameplay

  1. v1 - Avoid cars only.
  2. v2 - Avoid cars and roadblocks.
  3. v3 - Avoid cars only, game difficulty dynamically changes based on the player's cognitive load.
  4. v4 - Avoid cars only and roadblocks, game difficulty dynamically changes based on the player's cognitive load.

Controls

Action Controls
Move Left Left Keyboard arrow or 'A'
Move Right Right keyboard arrow or 'D'

Author - Sharlene Von Drehnen

About

A uni research project, aimed to adjust the game's difficulty based on the player's cognitive load (how much info the player's brain can store/process in real time).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages