This project is a simple web-based slot machine game designed for Chapel Thrill Escapes Lego Workshop. It features a static slot machine with UNC-Chapel Hill themed colors and the Chapel Thrill Escapes logo. Users can interact with the game by pressing a button to generate random outcomes.
- Slot Machine Theme: Designed with UNC-Chapel Hill colors and Chapel Thrill Escapes branding.
- Random Outcome Generation: Clicking the 'Spin the Wheel' button generates one of three possible outcomes with predetermined probabilities.
To run this project locally, follow these steps:
-
Clone the Repository: git clone github.com/Chapel-Thrill-Escapes/Lego-Workshop
-
Navigate to the Project Directory:
cd [project-directory] -
Open the
index.html
File:
- Use any web browser to open the
index.html
file located in the project directory.
- Start the Game: Open the
index.html
file in a web browser. - Spin the Wheel: Click on the 'Spin the Wheel' button to see a random outcome (Builder, Representative, or Distorter) displayed below the button.
- View the Result: The result of the spin is displayed immediately after the button click.
- HTML
- CSS
- JavaScript