MefAldemisov / Prolog_game

Prolog game fro Introduction to AI course of UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prolog Reagby Game solver

  1. Random search
  2. Backtracking
  3. Some other algorithm (A*, Simulated Annealing)

How to use.

  1. Run swipl --stack_limit=10G
  2. Comile everything [run].
  3. Execute go.
  • To change test number, go to the mail file, line 3 (now :- include(tests/test20).), and change the index of the test
  • To change the region of vision, change vision(1) on vision(2), line 8

About

Prolog game fro Introduction to AI course of UI


Languages

Language:Prolog 99.7%Language:Raku 0.3%Language:Perl 0.0%