Project for Artificial Intelligence labs
Go to file
2021-04-27 13:48:53 +02:00
container wersja bez przeszukiwania stanow v2 2021-04-27 13:48:53 +02:00
__init__.py first commit 2021-03-15 01:02:13 +01:00
main.py wersja bez przeszukiwania stanow 2021-04-27 13:47:29 +02:00
README.txt dodany readme 2021-03-22 19:46:24 +01:00

required pygame library installed
change img directory in main.py line 13

board is represented as 2D lists of square objects, where first index of the list points to the row and second to the column
of the square(piece object) location

each square(piece object) contains own x and y identifiers and isSbThere atribute which stores info if detective is standing on 
piece location