StrongerProgrammer7 / ModelIntellegentSystem-

Course "Models of intellegent system" takes place within the university. For backend using TAU-Prolog , Front-end JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Intellegent System

Course "Models of intellegent system" takes place within the university. For backend using Prolog , Front-end JS

Introduction

A prototype of the Checkers game (used Russian version and American for checker of king (any direction and one step)) has been developed.
The operation of the bot is described in ch2.pl in Prolog language.

Problem and TODO:

  • In a king move, free cells on the borders are not recognized.
  • The bot generates all possible paths, including DUBLES.
  • The bot is slow
  • The bot takes a random turn. Weights need to be added to determine the best pitch.

Illustration work

Main

1

Step

2

Current step

3

Eat

4

White King

king

Black king

kingEnemy

Step king

stepKing

Step bot king

5

Modal win

win

About

Course "Models of intellegent system" takes place within the university. For backend using TAU-Prolog , Front-end JS

License:GNU General Public License v3.0


Languages

Language:Prolog 53.6%Language:JavaScript 36.2%Language:CSS 7.0%Language:HTML 3.3%