Skip to content

vladdossik/Poker

Repository files navigation

License: MIT

Poker texas holdem

Documentation

Intro()

static void Intro()

Method to show welcome art.

photo_2019-09-25_11-13-50

ShowMenu()

static void ShowMenu()

Method to show menu.

image

Rules()

public static void Rules()

Method to show instruction of the game.

karta.Print_1();

public void Print_1()

Method to show your cards(suits and meanings).

image

W()

public void W()

Method to show your combination.

image

This program has a number of flaws and is based on the number of card matches (most combinations). Moreover, cards can be repeated, since 1 card array is used in which identical cards can be randomly generated.

Releases

No releases published

Packages

No packages published

Languages