Skip to content

Script for playing poker - offline. (Texas Hold'em).

License

Notifications You must be signed in to change notification settings

Kisonix-Dev/RoboPoker-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboPoker

Random-sequential script for choosing "options" in poker (Texas Hold'em). The script takes a random action or number from the database and displays it on the screen. So you can play poker, alone at home.

Script demo

Before launch

For the script to work correctly, you need to install Dependencies!

You no longer need to install the script manually and transfer audio! Use the command in the terminal:

sudo dpkg -i RoboPoker-eng.deb

The script will be installed on your system as a program and a shortcut to run the script will appear in the menu.

To remove the script from your system, use the command in the terminal:

sudo apt-get remove robopoker

Dependencies

  1. PulseAudio Utils.
sudo apt-get install pulseaudio-utils
  1. Update all packages.
sudo apt-get update & upgrade