darkmacheken / LP

Logic for Programming Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LP - 2015/2016

Logic for Programming Project - Mazes

Introduction

The objective of this poject is to develop a program in PROLOG in order to find paths in mazes, since an initial position toa final position.

Requirements

You must have installed the following tools:

  • SWI-Prolog (version 7+)

How to run the tests

  1. Place the tests files in the same directory of the source code
  2. In the PROLOG's interpreter, load the test files.
  3. Run the objective corre_testes.

About

Logic for Programming Project

License:Apache License 2.0


Languages

Language:Prolog 100.0%