Poker is a powerful tool for managing, rolling, and resetting dice with automated poker hand evaluation and game interaction.
- Manage multiple dice
- Roll and reset dice
- Automatically evaluate poker hands
-
Clone the repository:
Open your terminal and clone the repository using the following command:
git clone https://github.com/boydmeyer/poker.git
-
Navigate to the project directory:
Change your working directory to the project's directory:
cd Poker -
Build the project:
Use the
go buildcommand to build the project:go build
-
Run the project:
After building, execute the project with:
./Poker
-
Run the Project:
After executing
./Poker, the application will start running. -
Initialize Dice:
To set up the dice just doubleclick all the dices. The program will save the dice in the order they were rolled. Once this is done, you can start using the available commands.
-
You're able to use commands now!
:roll- Rolls all the dice.:close- Closes the dice.:reset- Resets all saved dices.
Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.
This project is licensed under the MIT License.
Feel free to customize the content according to your needs.