changed color for board and added black and white rook .pngs
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
__pycache__/
|
||||||
2
board.py
@ -9,7 +9,7 @@ def render_board(screen, size):
|
|||||||
s1 = True #wether or not the first square of the row should be black or white
|
s1 = True #wether or not the first square of the row should be black or white
|
||||||
|
|
||||||
#render frame
|
#render frame
|
||||||
screen.fill("black")
|
screen.fill("darkolivegreen3")
|
||||||
|
|
||||||
#chess game
|
#chess game
|
||||||
while posY < size:
|
while posY < size:
|
||||||
|
|||||||
BIN
pieces/b-rook.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 9.8 KiB |
BIN
pieces/w-rook.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 12 KiB |