simple window test

This commit is contained in:
d3vyce 2022-07-26 14:32:03 +02:00
parent 6555ed56b8
commit fecf047a5f
4 changed files with 6 additions and 0 deletions

0
Chess/main.py Normal file
View File

2
Chess/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pygame
numpy

4
Chess/src/board.py Normal file
View File

@ -0,0 +1,4 @@
import src.board, src.board
import pygame
from pygame.locals import *

0
Chess/src/pieces.py Normal file
View File