Skip to content

software-students-fall2024/5-final-i-crutch-bogosort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI/CD Badge

BogoSort Casino

Description

Our project is our virtual experience of a casino. In order to enter, a new user user creates an account where they are given $10000 to start with. From there they have the choice to play our versions of Blackjack and Craps, attempting to increase their fortunes while risking losing it all.

Container Images

Teammates:

Getting Started

Before starting, ensure you have the following installed:

Run and Configure Code

To Run Locally (On Your Machine)

  1. First, clone the repository into your preferred IDE or terminal.

    https://github.com/software-students-fall2024/5-final-i-crutch-bogosort.git
    cd 5-final-i-crutch-bogosort
    
  2. Configure .env file (will be provided separately)

  3. Build and start the app using Docker Compose:

    docker-compose up --build
    

    This will start all containers.

  4. Open your browser and navigate to: http://127.0.0.1:5000

  5. Once done using the app, run this in the command line to stop and remove containers:

    docker-compose down
    

Using Hosted Digital Ocean

  1. Simply enter the address http://134.122.3.54:5000/ into your browser and enjoy gamling.

Link: Bogo Casino

Alternate Link: Alt

Gambling Instructions

Once you are in the casino, you can either enter your username, or, if you are new, register an account and you will be given $1000. From there you can choose either blackjack or craps. In blackjack, you must get as close to 21 while being above the dealer and not going over 21 to win. IN craps, there are four main types of bets you can make with tooltips explaining your options to you.

About

software-engineering-fall-2024-5-final-final-project created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.6%
  • HTML 37.4%
  • CSS 5.5%
  • Dockerfile 0.5%