Compare commits

..

No commits in common. "8c92d799756d0c6718ac8dabb3a28ac3ac4c62d6" and "245720b897d3fc95e4e797ea09d27eafd437bc17" have entirely different histories.

4 changed files with 0 additions and 14 deletions

View File

@ -1,10 +1,6 @@
import pygame as pg
import numpy as np
from board import render_board
from position import pos
#print(pos)
pg.init()
size = 900

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,10 +0,0 @@
import pygame as pg
pos = [[4, 3, 2, 5, 6, 2, 3, 4],
[1, 1, 1, 1, 1, 1, 1, 1],
[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
[1, 1, 1, 1, 1, 1, 1, 1],
[4, 3, 2, 5, 6, 2, 3, 4]]