Project for Artificial Intelligence labs
Go to file
2021-03-24 00:21:46 +01:00
container reprezentacja wiedzy 2 2021-03-24 00:21:46 +01:00
__init__.py first commit 2021-03-15 01:02:13 +01:00
main.py reprezentacja wiedzy 2 2021-03-24 00:20:41 +01: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