An open API service indexing awesome lists of open source software.

https://github.com/kisonix-dev/robopoker-script

Скрипт для игры в покер - offline. (Техасский холдем).
https://github.com/kisonix-dev/robopoker-script

bot game games poker random script soft

Last synced: 10 months ago
JSON representation

Скрипт для игры в покер - offline. (Техасский холдем).

Awesome Lists containing this project

README

          

# 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
```

2. Update all packages.

```
sudo apt-get update & upgrade
```