pi.toughlovearena.com

A guide on how to turn a Raspberry Pi into a dedicated Tough Love Arena console! Check out the source code on GitHub

Method 1: Load an existing image

Prerequisites

Install

Method 2: Setup from a fresh linux install

Download and install the Raspberry Pi OS following the guide on the official website.

Step 1: Setup the Raspberry PI

Follow the instructions on the screen to set up your preferred language, wifi network, etc

Once you’re done following the setup wizard and have rebooted, go to Start > Preferences > Raspberry Pi Configuration and change the following settings:

Step 2: Download the TLA booter

Open a terminal and ensure we’re in the user’s home directory:

cd ~

Now run the following commands. If a prompt comes up while installing software, press Y (yes) to continue:

git clone https://github.com/toughlovearena/pi.toughlovearena.com.git
cd pi.toughlovearena.com
./bash/install.sh

Running bash/install.sh does the following things:

WARNING: DO NOT RENAME OR MOVE THE pi.toughlovearena.com FOLDER OUT OF YOUR HOME DIRECTORY, IT WILL BREAK THINGS

Step 3: Test it out!

Please report any bugs!