Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
griffinsgri4 authored Jun 12, 2024
1 parent 131786d commit 5bf5ea2
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,42 @@
# Rollercoaster_G
Rollercoaster system that checks individual details before _they are allowed to Play
# Rollercoaster Ride Calculator

## Description

This Python script determines if a person meets the height requirement to ride a rollercoaster and calculates the cost of the ride based on the rider's age and whether they want a photo taken.

## How to Run

1. Make sure you have Python installed on your system.

2. Clone the repository:

git clone https://github.com/griffinsgri4/rollercoaster-ride-calculator.git


3. Navigate to the directory where the script is located.

4. Run the script:


5. Follow the prompts to enter your height, age, and whether you want a photo taken.

## Example

Welcome to the rollercoaster!
What is your height in cm? 150
You can ride the rollercoaster!
What is your age? 25
Adult tickets are $12.
Do you want a photo taken? Y or N. Y
Your final bill is $15
## Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.

## License

This project is licensed under the [MIT License](LICENSE).

## Credits

- Original Author: [griffinsgri4](https://github.com/griffinsgri4)

0 comments on commit 5bf5ea2

Please sign in to comment.