A GUI slot machine written in Python utilizing its Tkinter GUI package.
Create a new virtual machine.
Create a team on the scoreboard. Then run the following commands on the machine's terminal:
sudo apt-get install git
git clone https://github.com/PSASchool/Python-Slots.git
cd Python-Slots
sudo ./setup
The program installer will run. You will be prompted to setup the scoreboard connection, and then the system will install all necessary files, and remove the installer folder.
- Configuration files:
/etc/opt/slots/
- Program files:
/opt/slots/
- Command scripts:
/opt/slots/bin/
- Variable files:
/var/opt/slots/
The config file is located at /etc/opt/slots/slots.conf
. It will look something like the following:
AUTH=authtoken
NAME=team name
ID=team id
In order to get the password of the team, it must be created on the scoreboard. You can find the password in the Password column of the table on the Teams page.