Skip to content
This repository was archived by the owner on Oct 20, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 703 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 703 Bytes

Game of Khan

The Game of Khan project is an implementation of a game artificial intelligence in Prolog. This projet was done in the context of the IA02 course, at the University of Technology of Compiègne.

Running the application

Install the GNU Prolog interpretor:

sudo apt-get install gprolog

And run the following command :

gprolog
[main],main(X).

Resources