Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 438 Bytes

File metadata and controls

20 lines (11 loc) · 438 Bytes

Run TBHEXAGON to be played on LED-WALL:

  1. connect toolbox laptop to LED wall and use LED wall as 2nd monitor

  2. start the game either using:

    SDL_VIDEO_WINDOW_POS=1920,0 python3 .

    or:

    sh run_ledwall.sh

Run TBHEXAGON to be played on your PC/Laptop:

  1. create a file named settings.py and insert the following line:

    RENDER_MODE = 'plain'

  2. start the game using:

    python3 .