Compare commits
No commits in common. "8c92d799756d0c6718ac8dabb3a28ac3ac4c62d6" and "245720b897d3fc95e4e797ea09d27eafd437bc17" have entirely different histories.
8c92d79975
...
245720b897
4
main.py
4
main.py
@ -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 |
10
position.py
10
position.py
@ -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]]
|
||||
Loading…
Reference in New Issue
Block a user