Compare commits

2 Commits

Author SHA1 Message Date
fecf047a5f simple window test 2022-08-11 14:30:13 +02:00
6555ed56b8 Add future games 2022-08-11 09:57:47 +02:00
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