CPP
cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
////////////////////////////////////////////////////
///
/// VIDEO POKER!
///
////////////////////////////////////////////////////
///
/// Made By - Kinshuk Vasisht
/// Version - 2.0.0.
/// Status - 0xFFFFFF (Complete)
/// Features - Play Video Poker using C++!
/// Macros - randr(), BACKGROUND_WHITE,
/// FOREGROUND_BLACK, tendl
/// Classes - Card, Deck (Card Vector)
/// No. of Lines - 748 (No Extras)
/// Type - Code::Blocks and Linux
///
////////////////////////////////////////////////////
/*
Hello.
Finally, The Linux Version of my First Game in C++.
This will allow you to play Video Poker in your Computer!
The Game is 1 - Player Game, where the computer will deal cards and you get rewarded on the cards that are dealt.
There are 10 Hands in Poker, each having their own Multiplier set in a function PokerChecker().
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run