dimashky / connect4

Connect Four Game with Prolog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connect4

Connect Four Game with Prolog

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

$ git clone https://github.com/dimashky/connect4.git

To start the game; write on prolog console:

newGame(NUMBER_OF_ROW, NUMBER_OF_COLUMN).

Prerequisites

Algorithms

  • Greedy
  • Minimax with alpha beta pruning

Note

The assignment note and the report are written in The Arabic Language.

Coded by

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Connect Four Game with Prolog

License:MIT License


Languages

Language:Prolog 100.0%