This is a Prolog program that helps you generate a packing list for various trips, including camping, outdoor adventures, and business travel.
- Generates a packing list based on the trip type (camping, outdoor, business)
- Considers weather conditions (sunny, rainy, cold) for camping and outdoor trips
- Tailors clothing suggestions to gender for camping and business trips
- Includes essential items, outdoor gear, clothing, personal care items, and food
- Clone this repository.
- Run the program using a Prolog interpreter.
- Follow the prompts to enter the trip type, gender (for camping and business trips), and weather condition (for camping and outdoor trips).
- The program will generate a packing list and display it on the console.
This program requires a Prolog interpreter to run. Some popular Prolog interpreters include SWI-Prolog, YAP Prolog, and XSB Prolog.
Prolog is a logic programming language. If you are unfamiliar with Prolog, here are some resources to get you started:
- SWI-Prolog Tutorial: YouTube Tutorial
I welcome contributions to this project! Feel free to submit a pull request with any improvements or new features.
Please refer to the contributing guidelines: CONTRIBUTING.md before making a contribution.
This project is licensed under the MIT License: MIT License.
This program was created by Ravindu Pabasara.