File tree Expand file tree Collapse file tree 1 file changed +45
-2
lines changed Expand file tree Collapse file tree 1 file changed +45
-2
lines changed Original file line number Diff line number Diff line change 1
- # ModelIntellegentSystem-
2
- Course "Models of intellegent system" takes place within the university and is donw with a colleagues. For backend using Prolog , Front-end JS/Python
1
+ # Model Intellegent System
2
+ Course "Models of intellegent system" takes place within the university. For backend using Prolog , Front-end JS
3
+
4
+ ## Introduction
5
+ A prototype of the Checkers game (used Russian version and American for checker of king (any direction and one step)) has been developed.
6
+ The operation of the bot is described in ch2.pl in Prolog language.
7
+
8
+ ## Problem and TODO:
9
+ - In a king move, free cells on the borders are not recognized.
10
+ - The bot generates all possible paths, including DUBLES.
11
+ - The bot is slow
12
+ - ``` The bot takes a random turn. Weights need to be added to determine the best pitch. ```
13
+
14
+ ## Illustration work
15
+
16
+ ### Main
17
+ ![ 1] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/9ee81518-28c6-4bd5-b7ae-4ebd58b7cbac )
18
+
19
+ ### Step
20
+ ![ 2] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/d3a5d958-05f5-4270-accf-10c29845eba6 )
21
+
22
+ ### Current step
23
+ ![ 3] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/ab493ebd-f5bd-4c63-9bcc-7340d4d43fb9 )
24
+
25
+ ### Eat
26
+ ![ 4] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/578705c5-4138-4e31-950e-d5619d30d03d )
27
+
28
+ ### White King
29
+ ![ king] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/94296687-b95d-4a9b-88dd-ceef826c2202 )
30
+
31
+ ### Black king
32
+ ![ kingEnemy] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/6a289749-2866-49c9-bca0-18d7fa89af45 )
33
+
34
+ ### Step king
35
+ ![ stepKing] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/2c6cd565-1366-4d9e-b6e1-5c6574e3ca85 )
36
+
37
+ ### Step bot king
38
+ ![ 5] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/12c04553-236c-45f2-9e5a-e4ce949125f5 )
39
+
40
+ ### Modal win
41
+ ![ win] ( https://github.com/StrongerProgrammer7/ModelIntellegentSystem-/assets/71569051/994d946e-2911-4625-b075-a465fda123f7 )
42
+
43
+
44
+
45
+
You can’t perform that action at this time.
0 commit comments