simple window test

This commit is contained in:
2022-08-11 14:30:13 +02:00
parent 6555ed56b8
commit fecf047a5f
4 changed files with 6 additions and 0 deletions
View File
+2
View File
@@ -0,0 +1,2 @@
pygame
numpy
+4
View File
@@ -0,0 +1,4 @@
import src.board, src.board
import pygame
from pygame.locals import *
View File