Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 659 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 659 Bytes

Murderer game

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.

Run

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'.

Documentation

The documentation includes directives: @descr - function sescription.
@expected - expected result.
@param* - arguements description.
@date.