Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 649 Bytes

File metadata and controls

45 lines (30 loc) · 649 Bytes

ALIA-Reversi-AI

A game of Reversi and multiple AIs

Installation

Install a recent distribution of SWI Prolog.

Clone this repo:

git clone https://github.com/hexanom/ALIA-Reversi-AI.git
cd ALIA-Reversi-AI

Usage

Setup

Reversi-AI has multiple configurations in settings.pl. Comment and uncomment what you want and what you don't want.

WARNING: Just wire 1 predicate for each element.

Run the match

Open a swipl:

swipl

And then just call the main !

?- [main].

Run the tests

Just do:

?- [tests/tests].