arya2004/artificial-intelligence
🚗 Create a Prolog Expert System for Car Starting Troubleshooting
開放
#13 建立於 2025年10月4日
expert-systemgood first issuehacktoberfestprolog
倉庫指標
- 星標
- (2 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
🔧 Prolog Expert System: Car Starting Troubleshooting
Create a simple expert system in Prolog to help diagnose why a car might not start. Include conditions like:
- Battery dead
- Fuel empty
- Ignition problem
- Starter motor failure
📁 File:
src/06_expert_system/car_troubleshoot.pl
Bonus: simulate a simple yes/no CLI questionnaire in comments.