Project contains the group assignment for the Declarative Problem Solving methods course.
The Murderer game consists of simple console UI and a game.
Tests can be found in test.pl.
The file main should be consulted into the memory before the start.
To start the program type 'start.'
To test the program consult this file, and then run consult test.pl s
To run tests use 'test1.' 'test2.' etc.
To run the test suite use 'runTests'.
The documentation includes directives:
@descr - function sescription.
@expected - expected result.
@param* - arguements description.
@date.