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.
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.
- Run Unity
- Select ‘Open’
- 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
- Select the play button at the top of the window.
- v1 - Avoid cars only.
- v2 - Avoid cars and roadblocks.
- v3 - Avoid cars only, game difficulty dynamically changes based on the player's cognitive load.
- v4 - Avoid cars only and roadblocks, game difficulty dynamically changes based on the player's cognitive load.
Action | Controls |
---|---|
Move Left | Left Keyboard arrow or 'A' |
Move Right | Right keyboard arrow or 'D' |
Author - Sharlene Von Drehnen