Skip to content

Diagnose an infectious disease based on symptoms, locations visited, and tests

Notifications You must be signed in to change notification settings

bklar84/prolog_InfectiousDisease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

% README for diagnoser.pl
% Description:
%	This program allows a user to enter their current symptoms and ending their list with 'done'.
%	
%	The user will be presented with a list of possible diseases they have
%	contracted and the treatments associated with them.
%	
%	The disease facts are stored in:
%		symptoms.pl
%		tests.pl
%		locales.pl
%		treatments.pl
%
%	How to use:
%		1) View the splash screen by typing 'run.'
%		2) If you need additional help, type 'imlost'
%		3) Begin the diagnostic tool by typing 'main.'

About

Diagnose an infectious disease based on symptoms, locations visited, and tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages