Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.2 KB

Readme.md

File metadata and controls

38 lines (32 loc) · 1.2 KB

Migration

This is a game created with Unreal Engine 4 to challenge your selective attention. You have to identify where the lead bird in a flock is headed, ignoring the distractors around it.

Selective attention refers to the processes that allow an individual to select and focus on particular input for further processing while simultaneously suppressing irrelevant or distracting information. -- Dr. Saul McLeod

Getting started

1- Clone the repository:

git clone https://github.com/ehsanmir/Migration
cd Migration

2- Unzip the zipped data file:

unzip Migration-HTML5-Shipping.zip

3- Run the web server:

  • Windows (Just run the Unreal Engine's web server):
    Migration.exe
    
  • Or if you use another OS (Using Python's http server):
    python3 -m http.server 8000
    

4- Navigate to: http://localhost:8000/Migration-HTML5-Shipping.html

Click on FullScreen and enjoy playing.

Game Demo

Demo

Author