added support for position file

This commit is contained in:
Milan Martin Jäckel 2026-06-03 20:46:23 +02:00
parent 31684c6e3f
commit 8c92d79975

View File

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