SIP/README.txt

9 lines
382 B
Plaintext
Raw Normal View History

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