Terraria
Create a user for running Terraria
# useradd -m -s /bin/bash terraria
Become the terraria user so that any file you download is owned by the correct user.
# su -l terraria
Install the Steam command line interface
$ mkdir ~/steamcmd
$ cd ~/steamcmd
$ tar -xf steamcmd_linux.tar.gz
Test Steam.
$ ./steamcmd.sh
$ Ctrl-c