Skip to content

TiffanyCao/hydroflasksksk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Black Diamond Casino

by Team Hydroflasksksk


  • PM Kiran Vuksanaj - Royal Flush
  • Tiffany Cao - Ace of Spades
  • Jackie Lin - Jack-of-all-trades
  • Amanda Zheng - Queen Fortunata

Welcome to the Black Diamond Casino! Here you will find a variety of betting games one can interact with much how they would a casino in the real world, simulated in a web application. Any user may create an account and be afforded a virtual balance, which they can bet on and try their luck at winning big. From single player games like Blackjack and Sic Bo, to lottery cards, slot machines, and live multiplayer tables for Texas Hold'em and Chinese Poker, there's endless fun to be found here. Give us your money.

APIs in Use

  • Deck of Cards - API KB Card - API which provides both images of playing cards as well as maintenance of a deck of cards from which you can draw random cards not previously seen.
  • Wikipedia -- API KB Card - API allowing for queries of Wikipedia pages, which is employed for displaying the rules of the games on our site
  • Diceful -- API KB Card - API which provides images of dice as well as randomly generated roll values

Key Acquisition/Installation

  • Diceful: no key is necessary for usage
  • Deck of cards: no key is necessary for usage

How to Run

  • git clone https://github.com/kiran-vuksanajhydroflasksksk.git
  • python3 -m venv blackdiamond_venv
  • . blackdiamond_venv/bin/activate - note the space!
  • cd hydroflasksksk/
  • pip3 install -r doc/requirements.txt
  • python3 app.py

when complete

  • Ctrl+C
  • deactivate

About

Softdev1 P02; KV, tCao, mandy, JL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.0%
  • Python 35.0%
  • CSS 1.0%