Skip to content

UbriJr/HOUSE

Repository files navigation

HOUSE

Summary

HOUSE is an engaging and interactive casino game designed to run in the terminal, programmed exclusively in C++. This exciting game offers players the opportunity to experience various casino games without ever leaving their computer. The games featured in HOUSE are Casino War, Horse Race and Keno.



Demo:

Screen Shot 2022-07-23 at 7 29 18 PM


Games & Payouts:

  • Casino War

    • Payout is 2x wager.
  • Horse Race

    • Payout is 5x wager.
  • Keno

    • 2 spots:
      2 hits: Payout is 15x wager.

    • 3 spots:
      2 hits: Payout is equal to wager.
      3 hits: Payout is 16x wager.

    • 4 spots:
      2 hits: Payout is equal to wager.
      3 hits: Payout is 2x wager.
      4 hits: Payout is 25x wager.

    • 5 spots:
      3 hits: Payout is equal to wager.
      4 hits: Payout is 3x wager.
      5 hits: Payout is 160x wager.

    • 6 spots:
      3 hits: Payout is equal to wager.
      4 hits: Payout is equal to wager.
      5 hits: Payout is 15x wager.
      6 hits: Payout is 270x wager.

    • 7 spots:
      3 hits: Payout is equal to wager.
      4 hits: Payout is 2x wager.
      5 hits: Payout is 4x wager.
      6 hits: Payout is 70x wager.
      7 hits: Payout is 1000x wager.

    • 8 spots:
      4 hits: Payout is 2x wager.
      5 hits: Payout is 3x wager.
      6 hits: Payout is 16x wager.
      7 hits: Payout is 240x wager.
      8 hits: Payout is 1250x wager.

    • 9 spots:
      4 hits: Payout is equal to wager.
      5 hits: Payout is 5x wager.
      6 hits: Payout is 7x wager.
      7 hits: Payout is 50x wager.
      8 hits: Payout is 580x wager.
      9 hits: Payout is 1111x wager.

    • 10 spots:
      5 hits: Payout is 3x wager.
      6 hits: Payout is 4x wager.
      7 hits: Payout is 20x wager.
      8 hits: Payout is 125x wager.
      9 hits: Payout is 600x wager.
      10 hits: Payout is 1500x wager.

Installing:

git clone https://github.com/UbriJr/HOUSE.git
cd HOUSE
make

Running:

./HOUSE

About

A casino entirely developed in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published